| Method Summary | 
|  | do_changed(self)Called when the content of the spinbutton changes.
 | 
|  | do_expose_event(self,
          event) | 
|  | do_realize(self) | 
|  | do_size_allocate(self,
          allocation) | 
|  | do_unrealize(self) | 
|  | get_background(self)Implement in subclass
 | 
|  | get_icon_window(self)Implement in subclass
 | 
| Must matche the data-type property. | read(self)Get the content of the widget.
 | 
|  | set_pixbuf(self,
          pixbuf)Implement in subclass
 | 
|  | set_tooltip(self,
          text)Implement in subclass
 | 
|  | update(self,
          data) | 
|  | update_background(self,
          color)Implement in subclass
 | 
  | Inherited from PropertyObject | 
|  | do_get_property(self,
          pspec) | 
|  | do_set_property(self,
          pspec,
          value) | 
|  | get_attribute_names(self) | 
|  | is_default_value(self,
          attr,
          value) | 
  | Inherited from ValidatableProxyWidgetMixin | 
|  | is_valid(self)Return true if the widget is in validated state
 | 
|  | set_blank(self)Changes the validation state to blank state, this only applies for 
mandatory widgets, draw an icon and set a tooltip
 | 
|  | set_invalid(self,
          text,
          fade)Changes the validation state to invalid.
 | 
|  | set_valid(self)Changes the validation state to valid, which will remove icons and 
reset the background color
 | 
|  | validate(self,
          force)Checks if the data is valid.
 | 
  | Inherited from ProxyWidgetMixin | 
|  | prop_set_data_type(self,
          data_type)Set the data type for the widget
 | 
|  | set_data_format(self,
          format) |