diff options
author | Jody Goldberg <jody@gnome.org> | 2002-02-15 05:53:08 +0000 |
---|---|---|
committer | Jody Goldberg <jody@src.gnome.org> | 2002-02-15 05:53:08 +0000 |
commit | f0ed36b324217f0eca2057f8fa64a498fe40033f (patch) | |
tree | 7d556dd99433681c2a35b414fd6fc9a89ffecf1f /ChangeLog | |
parent | 27455dcd9001e2eaec592b35a2023e8df44ad0ce (diff) | |
download | gtk+-f0ed36b324217f0eca2057f8fa64a498fe40033f.tar.gz |
add new signal 'adjust_bounds' to potentialy change the bounds before
2002-02-14 Jody Goldberg <jody@gnome.org>
* gtk/gtkrange.c (gtk_range_class_init) : add new signal
'adjust_bounds' to potentialy change the bounds before assigning the
new value and camping it to the existing bounds.
(gtk_range_internal_set_value) : used here. #68800.
* gtk/gtkmarshalers.list : add VOID:DOUBLE
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-02-14 Jody Goldberg <jody@gnome.org> + + * gtk/gtkrange.c (gtk_range_class_init) : add new signal + 'adjust_bounds' to potentialy change the bounds before assigning the + new value and camping it to the existing bounds. + (gtk_range_internal_set_value) : used here. #68800. + * gtk/gtkmarshalers.list : add VOID:DOUBLE + Thu Feb 14 21:08:49 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkglobals.c: Remove GDKVAR from C file, see |