index
,
gtk-- homepage
class Gtk_SpinButton
#include <gtk--/spinbutton.h>
Base classes:
Gtk_Entry
Public member index
static void
cpp_class_init
(GtkObject*);
Gtk_SpinButton
(Gtk_Adjustment *adjustment, gfloat climb_rate, gint digits);
Gtk_SpinButton
(GtkSpinButton *castitem);
static bool
isGtkSpinButton
(Gtk_Object *checkcast);
void
set_adjustment
(Gtk_Adjustment *adjustment);
Gtk_Adjustment*
get_adjustment
(void);
void
set_digits
(gint digits);
gfloat
get_value_as_float
(void);
gint
get_value_as_int
(void);
void
set_value
(gfloat value);
void
set_update_policy
(GtkSpinButtonUpdatePolicy policy);
GtkSpinButton*
gtkobj
(void) const;
Public member descriptions
(pages generated by
PERCEPS
-script.)