Known subclasses: kiwi.ui.selectablebox.SelectableHBox, kiwi.ui.selectablebox.SelectableVBox

No class docstring
Method __init__ Undocumented
Method get_selected Get the currently selected widget. @returns: widget
Method set_selected Set the widget to be selected, must be a children of self. @param widget: widget to select.
Method pack_start Identical to gtk.Box.pack_start
Method pack_end Identical to gtk.Box.pack_end
Method add Identical to gtk.Container.add
Method update_selection Undocumented
Method do_realize Undocumented
Method do_button_press_event Undocumented
Method _get_child_at_pos No summary
Method _child_added Undocumented
def __init__(self, width=4):
def get_selected(self):
Get the currently selected widget.
@returns: widget
def set_selected(self, widget):
Set the widget to be selected, must be a children of self.
@param widget: widget to select.
def pack_start(self, child, expand=True, fill=True, padding=0):
Identical to gtk.Box.pack_start
def pack_end(self, child, expand=True, fill=True, padding=0):
Identical to gtk.Box.pack_end
def add(self, child):
Identical to gtk.Container.add
def update_selection(self):
Undocumented
def do_realize(self):
Undocumented
def do_button_press_event(self, event):
Undocumented
def _get_child_at_pos(self, x, y):
Get child at position x and y.
@param x: x coordinate
@type x: integer
@param y: y coordinate
@type y: integer
def _child_added(self, child):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.