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

Part of kiwi.ui.widgets.radiobutton

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

Undocumented
Function__init__Undocumented
Function_on_radio__toggledUndocumented
Function_on_group_changedUndocumented
Functionget_selected
Get the currently selected radiobutton.
Functionread
Get the content of the widget.
Functionupdate
Update the content value 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.
def read(self):
Get the content of the widget. The type of the return value
def update(self, data):
Update the content value of the widget.