kiwi.ui.search.SearchResults(ObjectList) class documentationkiwi.ui.search
(View In Hierarchy)
| Method | __init__ | No summary |
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