kiwi.ui.selectablebox.SelectableHBox(SelectableBox, gtk.HBox)
class documentationkiwi.ui.selectablebox
(View In Hierarchy)
Method | __init__ | Undocumented |
Method | do_size_allocate | Undocumented |
Method | do_expose_event | Undocumented |
Inherited from SelectableBox:
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 |