Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Package widgets :: Module combo :: Class ProxyComboEntry |
|
object
--+ |_GObject
--+ |ComboEntry
--+ |object
--+ | | |PropertyObject
--+ |object
--+ | | |ProxyWidgetMixin
--+ | | |ValidatableProxyWidgetMixin
--+ | ProxyComboEntry
Method Summary | |
---|---|
prop_set_list_editable(self,
value)
| |
Must matche the data-type property. |
Get the content of the widget. |
Implement in subclass | |
update(self,
data)
| |
Inherited from PropertyObject | |
| |
| |
| |
| |
Inherited from ComboEntry | |
See kiwi.interfaces.IEasyCombo.append_item | |
Removes all items from list | |
| |
| |
gtk.TreeIter |
Return the selected iter |
| |
| |
| |
gtk.TreeModel |
Return our model |
See kiwi.interfaces.IEasyCombo.get_model_items | |
See kiwi.interfaces.IEasyCombo.get_model_strings | |
See kiwi.interfaces.IEasyCombo.get_selected | |
See kiwi.interfaces.IEasyCombo.get_selected_data | |
See kiwi.interfaces.IEasyCombo.get_selected_label | |
Return current text | |
Hide the popup window | |
Show the popup window | |
See kiwi.interfaces.IEasyCombo.prefill | |
See kiwi.interfaces.IEasyCombo.select | |
See kiwi.interfaces.IEasyCombo.select_item_by_data | |
See kiwi.interfaces.IEasyCombo.select_item_by_label | |
See kiwi.interfaces.IEasyCombo.select_item_by_position | |
| |
| |
Set the tree model to model | |
| |
| |
| |
Inherited from ValidatableProxyWidgetMixin | |
Return true if the widget is in validated state | |
Changes the validation state to blank state, this only applies for mandatory widgets, draw an icon and set a tooltip | |
Changes the validation state to invalid. | |
Changes the validation state to valid, which will remove icons and reset the background color | |
Checks if the data is valid. | |
Inherited from ProxyWidgetMixin | |
Set the data type for the widget | |
|
Class Variable Summary | |
---|---|
tuple |
allowed_data_types : A list of types which we are allowed to use in this class. |
Instance Method Details |
---|
read(self)Get the content of the widget. The type of the return value
|
set_tooltip(self, text)Implement in subclass
|
Class Variable Details |
---|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Sep 15 11:53:22 2006 | http://epydoc.sf.net |