class documentation

class MaxWidth(Gtk.Bin): (source)

View In Hierarchy

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
def __init__(self, maxwidth): (source)

Undocumented

def do_get_preferred_height(self): (source)
Calculate the minimum and natural height of the container.
def do_get_preferred_height_for_width(self, width): (source)
Calculate the minimum and natural height of the container, if it would be given the specified width.
def do_get_preferred_width(self): (source)
Calculate the minimum and natural width of the container.
def do_get_preferred_width_for_height(self, height): (source)
Calculate the minimum and natural width of the container, if it would be given the specified height.
def do_get_request_mode(self): (source)
Return what Gtk::SizeRequestMode is preferred by the container.
def do_size_allocate(self, allocation): (source)
Position the child widgets, given the height and width that the container has actually been given.
maxwidth = (source)

Undocumented

def _adjust_preferred_width(self, minimum, natural): (source)

Undocumented