/**
  * @return float
  */
 function get_margin_width()
 {
     return $this->_frame->get_margin_width();
 }
 /**
  * Determine current frame width based on contents
  *
  * @return float
  */
 public function calculate_auto_width()
 {
     return $this->_frame->get_margin_width();
 }