Class k.u.c.ComboEntry(gtk.HBox):

Part of kiwi.ui.comboentry

known subclasses: kiwi.ui.widgets.combo.ProxyComboEntry

Undocumented
Function__init__
Create a new ComboEntry object.
Functiondo_grab_focusUndocumented
Function_on_entry__focus_out_eventUndocumented
Function_on_entry_completion__match_selectedUndocumented
Function_on_entry__activateUndocumented
Function_on_entry__changedUndocumented
Function_on_entry__scroll_eventUndocumented
Function_on_entry__key_press_event
Mimics Combobox behavior
Function_on_popup__hideUndocumented
Function_on_popup__text_selectedUndocumented
Function_on_button__toggledUndocumented
Function_updateUndocumented
FunctionclickedUndocumented
Functionpopup
Show the popup window
Functionpopdown
Hide the popup window
Functionset_text
Sets the text.
Functionget_text
Gets the current text.
Functionset_model
Set the tree model to model
Functionget_model
Gets our model.
Functionset_active_iter
Set the iter selected.
Functionget_active_iter
Gets the selected iter.
Functionget_modeUndocumented
Functionset_label_textUndocumented
Functionset_activeUndocumented
Functionclear
Removes all items from list
Functionprefill
See kiwi.interfaces.IEasyCombo.prefill
Functionselect_item_by_data
See kiwi.interfaces.IEasyCombo.select_item_by_data
Functionselect_item_by_label
See kiwi.interfaces.IEasyCombo.select_item_by_label
Functionselect_item_by_position
See kiwi.interfaces.IEasyCombo.select_item_by_position
Functionget_selected
See kiwi.interfaces.IEasyCombo.get_selected
Functionget_selected_label
See kiwi.interfaces.IEasyCombo.get_selected_label
Functionget_selected_data
See kiwi.interfaces.IEasyCombo.get_selected_data
Functionselect
See kiwi.interfaces.IEasyCombo.select
Functionappend_item
See kiwi.interfaces.IEasyCombo.append_item
Functionget_model_strings
See kiwi.interfaces.IEasyCombo.get_model_strings
Functionget_model_items
See kiwi.interfaces.IEasyCombo.get_model_items
Functionset_pixbufUndocumented
Functionupdate_backgroundUndocumented
Functionget_backgroundUndocumented
Functionget_icon_windowUndocumented
def __init__(self, entry=None):
Create a new ComboEntry object.
def do_grab_focus(self):
Undocumented
def _on_entry__focus_out_event(self, widget, event):
Undocumented
def _on_entry_completion__match_selected(self, completion, model, iter):
Undocumented
def _on_entry__activate(self, entry):
Undocumented
def _on_entry__changed(self, entry):
Undocumented
def _on_entry__scroll_event(self, entry, event):
Undocumented
def _on_entry__key_press_event(self, entry, event):

Mimics Combobox behavior

Alt+Down: Open popup
def _on_popup__hide(self, popup):
Undocumented
def _on_popup__text_selected(self, popup, text):
Undocumented
def _on_button__toggled(self, button):
Undocumented
def _update(self):
Undocumented
def clicked(self):
Undocumented
def popup(self):
Show the popup window
def popdown(self):
Hide the popup window
def set_text(self, text):
Sets the text.
def get_text(self):
Gets the current text.
def set_model(self, model):
Set the tree model to model
def get_model(self):
Gets our model.
def set_active_iter(self, iter):
Set the iter selected.
def get_active_iter(self):
Gets the selected iter.
def get_mode(self):
Undocumented
def set_label_text(self, text):
Undocumented
def set_active(self, rowno):
Undocumented
def clear(self):
Removes all items from list
def prefill(self, itemdata, sort=False):
See kiwi.interfaces.IEasyCombo.prefill
def select_item_by_data(self, data):
See kiwi.interfaces.IEasyCombo.select_item_by_data
def select_item_by_label(self, text):
See kiwi.interfaces.IEasyCombo.select_item_by_label
def select_item_by_position(self, position):
See kiwi.interfaces.IEasyCombo.select_item_by_position
def get_selected(self):
See kiwi.interfaces.IEasyCombo.get_selected
def get_selected_label(self):
See kiwi.interfaces.IEasyCombo.get_selected_label
def get_selected_data(self):
See kiwi.interfaces.IEasyCombo.get_selected_data
def select(self, obj):
See kiwi.interfaces.IEasyCombo.select
def append_item(self, label, data=None):
See kiwi.interfaces.IEasyCombo.append_item
def get_model_strings(self):
See kiwi.interfaces.IEasyCombo.get_model_strings
def get_model_items(self):
See kiwi.interfaces.IEasyCombo.get_model_items
def set_pixbuf(self, pixbuf):
Undocumented
def update_background(self, color):
Undocumented
def get_background(self):
Undocumented
def get_icon_window(self):
Undocumented