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 |
Function | do_changed | Called when the content of the spinbutton changes. |
Function | read | Get the content of the widget. |
Function | update | Update the content value of the widget. |
Function | do_expose_event | Undocumented |
Function | do_size_allocate | Undocumented |
Function | do_realize | Undocumented |
Function | do_unrealize | Undocumented |
Function | set_tooltip | Implement in subclass |
Function | set_pixbuf | Implement in subclass |
Function | update_background | Implement in subclass |
Function | get_background | Implement in subclass |
Function | get_icon_window | Implement in subclass |
Called when the content of the spinbutton changes.
Get the content of the widget. The type of the return value
Update the content value of the widget.
Implement in subclass
Implement in subclass
Implement in subclass
Implement in subclass
Implement in subclass