Function | __init__ | Create a new ListContainer object.
|
Function | _create_ui | Undocumented |
Function | _add_item | Undocumented |
Function | _remove_item | Undocumented |
Function | _edit_item | Undocumented |
Function | add_item | Appends an item to the list
|
Function | add_items | Appends a list of items to the list
|
Function | remove_item | Removes an item from the list
|
Function | update_item | Updates an item in the list.
|
Function | set_list_type | Sets the kind of list type.
|
Function | _on_list__selection_changed | Undocumented |
Function | _on_list__row_activated | Undocumented |
Function | _on_add_button__clicked | Undocumented |
Function | _on_remove_button__clicked | Undocumented |
Function | _on_edit_button__clicked | Undocumented |