Class k.u.w.c.ProxyCheckButton(
PropertyObject
, gtk.CheckButton,
ProxyWidgetMixin
):
Part of
kiwi.ui.widgets.checkbutton
known subclasses:
kiwi.ui.widgets.checkbutton.CheckButton
Undocumented
Function
__init__
Undocumented
Function
do_toggled
Undocumented
Function
read
Get the content of the widget.
Function
update
Update the content value of the widget.
def
__init__(self, label=None, use_underline=True):
Undocumented
def
do_toggled(self):
Undocumented
def
read(self):
Get the content of the widget. The type of the return value
returns
None
None if the user input a invalid value
rtype
None
Must matche the data-type property.
def
update(self, data):
Update the content value of the widget.
param
value