Function | __init__ | Create a new ObjectList object. |
Function | _append_internal | Undocumented |
Function | append | Append the selected row in an instance. |
Function | prepend | Prepend the selected row in an instance. |
Function | expand | This method opens the row specified by path so its children |
Function | collapse | This method collapses the row specified by path |
Function | get_root | This method returns the root object of a certain instance. If |
Function | get_descendants | This method returns the descendants objects of a certain instance. |
Function | _on_treeview__row_expanded | Undocumented |
Create a new ObjectList object.
Append the selected row in an instance.
Prepend the selected row in an instance.
This method opens the row specified by path so its children are visible.
This method collapses the row specified by path (hides its child rows, if they exist).
This method returns the root object of a certain instance. If the instance is the root, then returns the given instance.
This method returns the descendants objects of a certain instance. If the given instance is a leaf, then return an empty sequence.