| Home | Trees | Index | Help |
|
|---|
| Package kiwi :: Package ui :: Package widgets :: Module combo :: Class ProxyComboEntry |
|
object --+
|
_GObject --+
|
ComboEntry --+
|
object --+ |
| |
ComboMixin --+
|
object --+ |
| |
PropertyObject --+
|
object --+ |
| |
ProxyWidgetMixin --+ |
| |
ValidatableProxyWidgetMixin --+
|
ProxyComboEntry
| Method Summary | |
|---|---|
Removes all items from list and erases entry | |
prefill(self,
data,
sort)
| |
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 | |
| |
| |
| gtk.TreeIter |
Return the selected iter |
| |
| |
| gtk.TreeModel |
Return our model |
Return selected text or item or None if nothing is selected | |
Return the label of the currently selected item | |
Return current text | |
Hide the popup window | |
Show the popup window | |
| |
| |
| |
| |
| |
Set the tree model to model | |
| |
| |
| |
| Inherited from ComboMixin | |
Adds a single item to the Combo. | |
| |
| |
| |
| |
| |
| 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 |
|---|
clear(self)Removes all items from list and erases entry
|
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 Thu Oct 19 03:18:13 2006 | http://epydoc.sf.net |