kiwi.ui.widgets.list.List(ObjectList) class documentationkiwi.ui.widgets.list
(View In Hierarchy)
| Method | __init__ | No summary |
| Method | add_instance | Undocumented |
| Method | remove_instance | Undocumented |
| Method | update_instance | Undocumented |
| Method | select_instance | Undocumented |
Inherited from PropertyObject (via ObjectList):
| Class Method | __class_init__ | Undocumented |
| Method | __post_init__ | No summary |
| Method | get_attribute_names | Undocumented |
| Method | is_default_value | Undocumented |
| Method | do_set_property | Undocumented |
| Method | do_get_property | Undocumented |
| Method | _set | Undocumented |
| Method | _get | Undocumented |
Inherited from PropertyObject (via ObjectList):
| Class Method | __class_init__ | Undocumented |
| Method | __post_init__ | No summary |
| Method | get_attribute_names | Undocumented |
| Method | is_default_value | Undocumented |
| Method | do_set_property | Undocumented |
| Method | do_get_property | Undocumented |
| Method | _set | Undocumented |
| Method | _get | Undocumented |
Create a new ObjectList object.
@param columns: a list of L{Column}s
@param objects: a list of objects to be inserted or None
@param mode: selection mode
@param sortable: whether the user can sort the list
@param model: gtk.TreeModel to use or None to create one