Class k.u.o.ObjectTree(ObjectList):

Part of kiwi.ui.objectlist

Signals

Function__init__
Create a new ObjectList object.
Function_append_internalUndocumented
Functionappend
Append the selected row in an instance.
Functionprepend
Prepend the selected row in an instance.
Functionexpand
This method opens the row specified by path so its children
Functioncollapse
This method collapses the row specified by path
Function_on_treeview__row_expandedUndocumented
def __init__(self, columns=, objects=None, mode=gtk.SELECTION_BROWSE, sortable=False, model=None):
Create a new ObjectList object.
def _append_internal(self, parent, instance, select, prepend):
Undocumented
def append(self, parent, instance, select=False):
Append the selected row in an instance.
def prepend(self, parent, instance, select=False):
Prepend the selected row in an instance.
def expand(self, instance, open_all=True):
This method opens the row specified by path so its children are visible.
def collapse(self, instance):
This method collapses the row specified by path (hides its child rows, if they exist).
def _on_treeview__row_expanded(self, treeview, treeiter, treepath):
Undocumented