Part of kiwi.ui.widgets.button View In Hierarchy
A ProxyButton is a Button subclass which is implementing the features required to be used inside the kiwi framework.
It has a specific feature not found in other implementations. If the datatype is set to pixbuf a gtk.Image will be constructed from the pixbuf and be set as a child for the Button| Method | __init__ | Undocumented | 
| Method | read | Get the content of the widget. | 
| Method | update | Update the content value of the widget. | 
Inherited from PropertyObject:
| Class Method | __class_init__ | Undocumented | 
| Method | __post_init__ | A hook which is called after the constructor is called. | 
| Method | _set | Undocumented | 
| Method | _get | Undocumented | 
| Method | get_attribute_names | Undocumented | 
| Method | is_default_value | Undocumented | 
| Method | do_set_property | Undocumented | 
| Method | do_get_property | Undocumented | 
Inherited from ProxyWidgetMixin:
| 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 | 
| Returns | None if the user input a invalid value (type: Must matche the data-type property. ) | |