diff options
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r-- | gtk/gtkspinbutton.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index e7a70fd611..8d1641882b 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -58,7 +58,8 @@ struct _GtkSpinButton GtkAdjustment *adjustment; GdkWindow *panel; - + GtkShadowType shadow_type; + guint32 timer; gfloat climb_rate; @@ -120,6 +121,9 @@ void gtk_spin_button_spin (GtkSpinButton *spin_button, void gtk_spin_button_set_wrap (GtkSpinButton *spin_button, gint wrap); +void gtk_spin_button_set_shadow_type (GtkSpinButton *spin_button, + GtkShadowType shadow_type); + |