Class k.u.w.s.ProxySpinButton(PropertyObject, gtk.SpinButton, ValidatableProxyWidgetMixin):

Part of kiwi.ui.widgets.spinbutton

known subclasses: kiwi.ui.widgets.spinbutton.SpinButton

A SpinButton subclass which adds supports for the Kiwi Framework. This widget supports validation The only allowed types for spinbutton are int and float.
Function__init__Undocumented
Functiondo_changed
Called when the content of the spinbutton changes.
Functionread
Get the content of the widget.
Functionupdate
Update the content value of the widget.
Functiondo_expose_eventUndocumented
Functiondo_size_allocateUndocumented
Functiondo_realizeUndocumented
Functiondo_unrealizeUndocumented
Functionset_tooltip
Implement in subclass
Functionset_pixbuf
Implement in subclass
Functionupdate_background
Implement in subclass
Functionget_background
Implement in subclass
Functionget_icon_window
Implement in subclass
def __init__(self, data_type=int):
Undocumented
def do_changed(self):
Called when the content of the spinbutton changes.
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.
def do_expose_event(self, event):
Undocumented
def do_size_allocate(self, allocation):
Undocumented
def do_realize(self):
Undocumented
def do_unrealize(self):
Undocumented
def set_tooltip(self, text):
Implement in subclass
def set_pixbuf(self, pixbuf):
Implement in subclass
def update_background(self, color):
Implement in subclass
def get_background(self):
Implement in subclass
def get_icon_window(self):
Implement in subclass