| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Module listdialog :: Class ListContainer | 
 | 
object--+ |_GObject--+ | ListContainer
ObjectList with buttons to be able to 
modify the content of the list. Depending on the list_mode, @see 
set_list_mode you will have add, remove and edit 
buttons.
| Method Summary | |
|---|---|
| Appends an item to the list | |
| Appends a list of items to the list | |
| Removes an item from the list | |
|  | |
| Updates an item in the list. | |
| Instance Variable Summary | |
|---|---|
| gtk.Button | add_button: add button | 
| gtk.Button | edit_button: edit button | 
| gtk.Button | remove_button: remove button | 
| Method Details | 
|---|
| add_item(self, item)Appends an item to the list
 | 
| add_items(self, items)Appends a list of items to the list
 | 
| remove_item(self, item)Removes an item from the list
 | 
| set_list_type(self, list_type)
 | 
| update_item(self, item)Updates an item in the list. You should call this if you change the object
 | 
| Instance Variable Details | 
|---|
| add_buttonadd button
 | 
| edit_buttonedit button
 | 
| remove_buttonremove button
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |