Part of kiwi.ui.listdialog View In Hierarchy
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.
Instance Variables | add_button | add button
(type: gtk.Button
) |
remove_button | remove button
(type: gtk.Button
) | |
edit_button | edit button
(type: gtk.Button
) |
Method | __init__ | |
Method | _create_ui | Undocumented |
Method | _add_item | Undocumented |
Method | _remove_item | Undocumented |
Method | _edit_item | Undocumented |
Method | add_item | Appends an item to the list |
Method | add_items | Appends a list of items to the list |
Method | remove_item | Removes an item from the list |
Method | update_item | Updates an item in the list. |
Method | set_list_type | |
Method | _on_list__selection_changed | Undocumented |
Method | _on_add_button__clicked | Undocumented |
Method | _on_remove_button__clicked | Undocumented |
Method | _on_edit_button__clicked | Undocumented |
Parameters | columns | columns for the kiwi.ui.objectlist.ObjectList
(type: a list of kiwi.ui.objectlist.Columns
) |
Parameters | items | items to add (type: a sequence of items ) |