kiwi.ui.widgets.combo._EasyComboBoxHelper(object) class documentationkiwi.ui.widgets.combo
(View In Hierarchy)
| Method | __init__ | Call this constructor after the Combo one |
| Method | get_mode | Undocumented |
| Method | set_mode | Undocumented |
| Method | clear | Removes all items from list |
| Method | prefill | Undocumented |
| Method | append_item | Adds a single item to the Combo. Takes: - label: a string with the text to be added - data: the data to be associated with that item |
| Method | insert_item | No summary |
| Method | select | Undocumented |
| Method | select_item_by_position | Undocumented |
| Method | select_item_by_label | Undocumented |
| Method | select_item_by_data | Undocumented |
| Method | get_model_strings | Undocumented |
| Method | get_model_items | Undocumented |
| Method | get_selected_label | Undocumented |
| Method | get_selected_data | Undocumented |
| Method | get_selected | Undocumented |
Adds a single item to the Combo. Takes: