Class k.u.s.SelectableBox(object):

Part of kiwi.ui.selectablebox

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

Undocumented
Function__init__Undocumented
Functionget_selected
Get the currently selected widget.
Functionset_selected
Set the widget to be selected, must be a children of self.
Functionpack_start
Identical to gtk.Box.pack_start
Functionpack_end
Identical to gtk.Box.pack_end
Functionadd
Identical to gtk.Container.add
Functionupdate_selectionUndocumented
Functiondo_realizeUndocumented
Functiondo_button_press_eventUndocumented
Function_get_child_at_pos
Get child at position x and y.
Function_child_addedUndocumented
def __init__(self, width=4):
Undocumented
def get_selected(self):
Get the currently selected widget.
def set_selected(self, widget):
Set the widget to be selected, must be a children of self.
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.
def _child_added(self, child):
Undocumented