diff options
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r-- | gtk/gtkspinbutton.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 36cef2be31..b9aed002a6 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -79,6 +79,12 @@ struct _GtkSpinButtonClass guint gtk_spin_button_get_type (void); +void +gtk_spin_button_construct (GtkSpinButton *spin_button, + GtkAdjustment *adjustment, + gfloat climb_rate, + gint digits); + GtkWidget * gtk_spin_button_new (GtkAdjustment *adjustment, gfloat climb_rate, |