known subclasses: kiwi.ui.widgets.colorbutton.ProxyColorButton, kiwi.ui.widgets.fontbutton.ProxyFontButton, kiwi.ui.widgets.label.ProxyLabel, kiwi.ui.proxywidget.ValidatableProxyWidgetMixin, kiwi.ui.widgets.button.ProxyButton, kiwi.ui.widgets.filechooser.ProxyFileChooserWidget, kiwi.ui.widgets.filechooser.ProxyFileChooserButton, kiwi.ui.widgets.combo.ProxyComboBox, kiwi.ui.widgets.checkbutton.ProxyCheckButton, kiwi.ui.widgets.radiobutton.ProxyRadioButton, kiwi.ui.widgets.scale.ProxyHScale, kiwi.ui.widgets.scale.ProxyVScale
This class is a mixin that provide a common interface for KiwiWidgets.
Usually the Proxy class need to set and get data from the widgets. It also need a validation framework.Function | __init__ | Undocumented |
Function | prop_set_data_type | Set the data type for the widget
|
Function | set_data_format | Undocumented |
Function | set_options_for_datatype | Set some options to be passed to the datatype converter.
|
Function | read | Get the content of the widget.
|
Function | update | Update the content value of the widget.
|
Function | _as_string | Convert a value to a string
|
Function | _from_string | Convert a string to the data type of the widget
|