Class k.u.w.c.ProxyComboEntry(PropertyObject, ComboEntry, ValidatableProxyWidgetMixin):

Part of kiwi.ui.widgets.combo
Undocumented
Function__init__
Create a new ComboEntry object.
Function__nonzero__Undocumented
Function__len__Undocumented
Functionprop_set_list_editableUndocumented
Function_on_entry__content_changedUndocumented
Functionset_tooltip
Implement in subclass
Functionread
Get the content of the widget.
Functionupdate
Update the content value of the widget.
def __init__(self):
Create a new ComboEntry object.
def __nonzero__(self):
Undocumented
def __len__(self):
Undocumented
def prop_set_list_editable(self, value):
Undocumented
def _on_entry__content_changed(self, entry):
Undocumented
def set_tooltip(self, text):
Implement in subclass
def read(self):
Get the content of the widget. The type of the return value
def update(self, data):
Update the content value of the widget.