| Class Index | Cross Index | Namespace Index |
numeric Entry with up/down buttons
Contained in: Gtk
Derived from:
Gtk::Entry
Derived by:
none
#include <gtk--/spinbutton.h>
public function member index: |
||
| SpinButton | (gfloat climb_rate=0, gint digits=0); | |
| SpinButton | (Adjustment& adjustment, gfloat climb_rate=0, gint digits=0); | |
| Adjustment* | get_adjustment | () const; |
| guint | get_digits | () const; |
| bool | get_numeric | () const; |
| GtkShadowType | get_shadow_type | () const; |
| bool | get_snap_to_ticks | () const; |
| GtkSpinButtonUpdatePolicy | get_update_policy | () const; |
| gfloat | get_value_as_float | () const; |
| gint | get_value_as_int | () const; |
| bool | get_wrap | () const; |
| GtkSpinButton* | gtkobj | (); |
| const GtkSpinButton* | gtkobj | () const; |
| static bool | isA | (Object* object); |
| void | set_adjustment | (Adjustment& adjustment); |
| void | set_adjustment | (Adjustment* adjustment); |
| void | set_digits | (gint digits); |
| void | set_numeric | (bool numeric); |
| void | set_shadow_type | (GtkShadowType shadow_type); |
| void | set_snap_to_ticks | (bool snap_to_ticks); |
| void | set_update_policy | (GtkSpinButtonUpdatePolicy policy); |
| void | set_value | (gfloat value); |
| void | set_wrap | (bool wrap); |
| void | spin | (GtkSpinType direction, gfloat step); |
| virtual | ~SpinButton | (); |