diff options
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r-- | gtk/gtkspinbutton.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 2e2e591378..c875574124 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -142,8 +142,15 @@ void gtk_spin_button_set_shadow_type (GtkSpinButton *spin_button, void gtk_spin_button_set_snap_to_ticks (GtkSpinButton *spin_button, gboolean snap_to_ticks); -/* deprecated, defined for backwards compatibility */ -#define gtk_spin_button_construct gtk_spin_button_configure +void gtk_spin_button_configure (GtkSpinButton *spin_button, + GtkAdjustment *adjustment, + gfloat climb_rate, + guint digits); +/* deprecated */ +void gtk_spin_button_construct (GtkSpinButton *spin_button, + GtkAdjustment *adjustment, + gfloat climb_rate, + guint digits); #ifdef __cplusplus |