class MaxWidth(Gtk.Bin): (source)
Undocumented
Method | __init__ |
Undocumented |
Method | do_get_preferred_height |
Calculate the minimum and natural height of the container. |
Method | do_get_preferred_height_for_width |
Calculate the minimum and natural height of the container, if it would be given the specified width. |
Method | do_get_preferred_width |
Calculate the minimum and natural width of the container. |
Method | do_get_preferred_width_for_height |
Calculate the minimum and natural width of the container, if it would be given the specified height. |
Method | do_get_request_mode |
Return what Gtk::SizeRequestMode is preferred by the container. |
Method | do_size_allocate |
Position the child widgets, given the height and width that the container has actually been given. |
Instance Variable | maxwidth |
Undocumented |
Method | _adjust_preferred_width |
Undocumented |