k.u.w.r.ProxyRadioButton(PropertyObject, gtk.RadioButton, ProxyWidgetMixin) : class documentation

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

Known subclasses: kiwi.ui.widgets.radiobutton.RadioButton

No class docstring
Method __init__ Undocumented
Method get_selected Get the currently selected radiobutton.
Method read Get the content of the widget.
Method update Update the content value of the widget.
Method _on_radio__toggled Undocumented
Method _on_group_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 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
def __init__(self, group=None, label=None, use_underline=True):
Undocumented
def _on_radio__toggled(self, radio):
Undocumented
def _on_group_changed(self, radio):
Undocumented
def get_selected(self):
Get the currently selected radiobutton.
ReturnsThe selected RadioButton or None if there are no selected radiobuttons.
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.