k.u.w.c._EasyComboBoxHelper(object) : class documentation

Part of kiwi.ui.widgets.combo View In Hierarchy

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:
Method insert_item Inserts a single item at a position to the Combo.
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.
Parameterspositionposition to insert the item at
labela string with the text to be added
datathe 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 2010-05-20 02:10:57.