Part of kiwi.ui.selectablebox View In Hierarchy
Known subclasses: kiwi.ui.selectablebox.SelectableHBox, kiwi.ui.selectablebox.SelectableVBox
Method | __init__ | Undocumented |
Method | get_selected | Get the currently selected widget. |
Method | set_selected | Set the widget to be selected, must be a children of self. |
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 | Get child at position x and y. |
Method | _child_added | Undocumented |
Parameters | widget | widget to select. |