예제 #1
0
 function get_max_width(&$context, $limit = 10000000.0)
 {
     return GenericContainerBox::get_max_width($context, $limit);
 }
예제 #2
0
 function get_max_width(&$context, $limit = 10000000.0)
 {
     return GenericContainerBox::get_max_width($context, $limit) - $this->_get_hor_extra();
 }
 function get_max_width(&$context)
 {
     return GenericContainerBox::get_max_width($context);
 }