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

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

Undocumented
Method __init__ Create a new ComboEntry object.
Method __nonzero__ Undocumented
Method __len__ Undocumented
Method prop_set_list_editable Undocumented
Method set_tooltip Implement in subclass
Method read Get the content of the widget.
Method update Update the content value of the widget.
Method _on_entry__content_changed Undocumented

Inherited from PropertyObject:

Class Method __class_init__ Undocumented
Method __post_init__ A hook which is called after the constructor is called.
Method get_attribute_names Undocumented
Method is_default_value Undocumented
Method do_set_property Undocumented
Method do_get_property Undocumented
Method _set Undocumented
Method _get Undocumented

Inherited from ComboEntry:

Method do_grab_focus Undocumented
Method clicked Undocumented
Method popup Show the popup window
Method popdown Hide the popup window
Method set_text Sets the text.
Method get_text Gets the current text.
Method set_model Set the tree model to model
Method get_model Gets our model.
Method set_active_iter Set the iter selected.
Method get_active_iter Gets the selected iter.
Method get_mode Undocumented
Method set_label_text Undocumented
Method set_active Undocumented
Method clear Removes all items from list
Method prefill See kiwi.interfaces.IEasyCombo.prefill
Method select_item_by_data See kiwi.interfaces.IEasyCombo.select_item_by_data
Method select_item_by_label See kiwi.interfaces.IEasyCombo.select_item_by_label
Method select_item_by_position See kiwi.interfaces.IEasyCombo.select_item_by_position
Method get_selected See kiwi.interfaces.IEasyCombo.get_selected
Method get_selected_label See kiwi.interfaces.IEasyCombo.get_selected_label
Method get_selected_data See kiwi.interfaces.IEasyCombo.get_selected_data
Method select See kiwi.interfaces.IEasyCombo.select
Method append_item See kiwi.interfaces.IEasyCombo.append_item
Method get_model_strings See kiwi.interfaces.IEasyCombo.get_model_strings
Method get_model_items See kiwi.interfaces.IEasyCombo.get_model_items
Method set_pixbuf Undocumented
Method update_background Undocumented
Method get_background Undocumented
Method get_icon_window Undocumented
Method _on_entry__focus_out_event Undocumented
Method _on_entry_completion__match_selected Undocumented
Method _on_entry__activate Undocumented
Method _on_entry__changed Undocumented
Method _on_entry__scroll_event Undocumented
Method _on_entry__key_press_event Mimics Combobox behavior
Method _on_popup__hide Undocumented
Method _on_popup__text_selected Undocumented
Method _on_button__toggled Undocumented
Method _update Undocumented

Inherited from ValidatableProxyWidgetMixin:

Method update_background Implement in subclass
Method get_background Implement in subclass
Method set_pixbuf Implement in subclass
Method get_icon_window Implement in subclass
Method is_valid Verify the widget state.
Method validate Checks if the data is valid.
Method set_valid Changes the validation state to valid, which will remove icons and
Method set_invalid Changes the validation state to invalid.
Method set_blank Changes the validation state to blank state, this only applies
Method _set_valid_state Updates the validation state and emits a signal iff it changed
Method _draw_stock_icon Undocumented
Method _on_fadeout__color_changed Undocumented

Inherited from ProxyWidgetMixin (via ValidatableProxyWidgetMixin):

Method prop_set_data_type Set the data type for the widget
Method set_data_format Undocumented
Method set_options_for_datatype Set some options to be passed to the datatype converter.
Method _as_string Convert a value to a string
Method _from_string Convert a string to the data type of the widget
def __init__(self):
Create a new ComboEntry object.
Parametersentrya gtk.Entry subclass to use
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
ReturnsNone if the user input a invalid value (type: Must matche the data-type property. )
def update(self, data):
Update the content value of the widget.
Parametersvalue
API Documentation for Kiwi, generated by pydoctor at 2010-05-20 02:10:57.