Class k.u.c._ComboEntryPopup(gtk.Window):

Part of kiwi.ui.comboentry
Undocumented
Function__init__Undocumented
Functionpopup
Shows the list of options. And optionally selects an item
FunctionpopdownUndocumented
Functionset_label_textUndocumented
Functionset_modelUndocumented
Function_on__key_press_event
Mimics Combobox behavior
Function_on__button_press_eventUndocumented
Function_on_treeview__motion_notify_eventUndocumented
Function_on_treeview__button_release_eventUndocumented
Function_popup_grab_windowUndocumented
Function_get_positionUndocumented
Functionget_selected_iterUndocumented
Functionset_selected_iter
Selects an item in the comboentry given a treeiter
def __init__(self, comboentry):
Undocumented
def popup(self, text=None, filter=False):
Shows the list of options. And optionally selects an item
def popdown(self):
Undocumented
def set_label_text(self, text):
Undocumented
def set_model(self, model):
Undocumented
def _on__key_press_event(self, window, event):

Mimics Combobox behavior

Escape or Alt+Up: Close Enter, Return or Space: Select
def _on__button_press_event(self, window, event):
Undocumented
def _on_treeview__motion_notify_event(self, treeview, event):
Undocumented
def _on_treeview__button_release_event(self, treeview, event):
Undocumented
def _popup_grab_window(self):
Undocumented
def _get_position(self):
Undocumented
def get_selected_iter(self):
Undocumented
def set_selected_iter(self, treeiter):
Selects an item in the comboentry given a treeiter