diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-27 17:47:52 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-27 17:47:52 +0000 |
commit | ba97b1467a3e19db7c1084651463e367930c3bb9 (patch) | |
tree | 41f4a1a25a3960771e323ffb833b1f43b0dbecb2 /ChangeLog.pre-2-2 | |
parent | 1c805555ce2bbac4b5f0362b3750d050c766912f (diff) | |
download | gtk+-ba97b1467a3e19db7c1084651463e367930c3bb9.tar.gz |
Connect to the "changed" callback of the adjustment. We need to redraw the
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
the "changed" callback of the adjustment. We need to redraw the
spin button's arrows when the adjustment's range changes.
(adjustment_changed_cb): Draw the arrows.
(gtk_spin_button_value_changed): Draw the arrows.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 174ce2b738..1dddd15bcd 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +2000-11-27 Federico Mena Quintero <federico@helixcode.com> + + * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to + the "changed" callback of the adjustment. We need to redraw the + spin button's arrows when the adjustment's range changes. + (adjustment_changed_cb): Draw the arrows. + (gtk_spin_button_value_changed): Draw the arrows. + 2000-11-23 Alexander Larsson <alexl@redhat.com> * gdk/linux-fb/gdkselection-fb.c: |