No class docstring
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
def __init__(self, combobox):
Call this constructor after the Combo one
def get_mode(self):
Undocumented
def set_mode(self, mode):
Undocumented
def clear(self):
Removes all items from list
def prefill(self, itemdata, sort=False):
Undocumented
def append_item(self, label, data=None):
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
def insert_item(self, position, label, data=None):
Inserts a single item at a position to the Combo.
@param position: position to insert the item at
@param label: a string with the text to be added
@param data: the data to be associated with that item
def select(self, data):
Undocumented
def select_item_by_position(self, pos):
Undocumented
def select_item_by_label(self, label):
Undocumented
def select_item_by_data(self, data):
Undocumented
def get_model_strings(self):
Undocumented
def get_model_items(self):
Undocumented
def get_selected_label(self):
Undocumented
def get_selected_data(self):
Undocumented
def get_selected(self):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.