Class k.u.w.b.ProxyButton(PropertyObject, gtk.Button, ProxyWidgetMixin):

Part of kiwi.ui.widgets.button

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
Function__init__Undocumented
Functionread
Get the content of the widget.
Functionupdate
Update the content value of the widget.
def __init__(self):
Undocumented
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.