diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2002-02-20 23:36:28 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2002-02-20 23:36:28 +0000 |
commit | cdd97348e61abaf6a8b834b9f3b27f5ffe32c919 (patch) | |
tree | 4fafa1f82d608ce50932fb735d03f684301384a0 /gtk/gtkspinbutton.h | |
parent | 0ca5c752248a1220620444ca0868340a28147320 (diff) | |
download | gdk-pixbuf-cdd97348e61abaf6a8b834b9f3b27f5ffe32c919.tar.gz |
Many cleanups and fixes. Draw exclusively in expose handler. Feedback when
Thu Feb 21 00:31:41 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkspinbutton.c: Many cleanups and fixes. Draw exclusively
in expose handler. Feedback when buttons are depressed.
* gtk/gtkstyle.c: update for changes in gtkspinbutton.c. Fix
spinbuttons for RTL langauges.
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r-- | gtk/gtkspinbutton.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 86cedf959..590402f33 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -81,7 +81,6 @@ struct _GtkSpinButton GdkWindow *panel; guint32 timer; - guint32 ev_time; gdouble climb_rate; gdouble timer_step; |