| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Package widgets :: Module list :: Class List | 
 | 
    object --+        
             |        
PropertyObject --+    
                 |    
    object --+   |    
             |   |    
      _GObject --+    
                 |    
        ObjectList --+
                     |
                    List
| Method Summary | |
|---|---|
| add_instance(*args,
          **kwargs) | |
| remove_instance(*args,
          **kwargs) | |
| select_instance(*args,
          **kwargs) | |
| update_instance(*args,
          **kwargs) | |
| Inherited from ObjectList | |
| Allows a list to be loaded, by default clearing it first. | |
| Adds an instance to the list. | |
| Removes all the instances of the list | |
| L.count(item) -> integer -- return number of occurrences of value | |
| Same as double clicking on the row rowno | |
| Extend list by appending elements from the iterable | |
| Returns the name of a column | |
|  | |
| Return treemodel of the current list | |
| Returns the item after instance in the list. | |
| Returns the item before instance in the list. | |
| Returns the currently selected object If an object is not selected, None is returned | |
| Return the selected row number or None if no rows were selected | |
| Returns a list of currently selected objects If no objects are selected an empty list is returned | |
|  | |
| Return treeview of the current list | |
|  | |
| Return first index of value | |
| L.insert(index, item) -- insert object before index | |
| Remove and return item at index (default last) | |
|  | |
|  | |
| Reloads the values from all objects. | |
| Remove an instance from the list. | |
| L.reverse() -- reverse *IN PLACE* | |
|  | |
| Selects a number of rows corresponding to paths | |
|  | |
|  | |
|  | |
|  | |
| Sets the number of visible rows of the treeview. | |
| L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*; cmp(x, y) -> -1, 0, 1 | |
|  | |
|  | |
| Inherited from PropertyObject | |
|  | |
|  | |
|  | |
|  | |
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |