diff options
author | Lars Hamann <lars@gtk.org> | 1999-01-08 00:21:36 +0000 |
---|---|---|
committer | Lars Hamann <lars@src.gnome.org> | 1999-01-08 00:21:36 +0000 |
commit | b56693d114a9033d5d371b668ac5304a88d6effd (patch) | |
tree | 0c3b1ec20dcbb2c0ef9b323c8336a54d676d3b8d /ChangeLog.pre-2-4 | |
parent | 41604dd844dd5ad482a9703248c290ea62a58587 (diff) | |
download | gtk+-b56693d114a9033d5d371b668ac5304a88d6effd.tar.gz |
call gtk_spin_button_update before returning a value
Fri Jan 8 00:42:00 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkspinbutton.c (gtk_spin_button_get_value_as_int)
(gtk_spin_button_get_value_as_float): call gtk_spin_button_update
before returning a value
* gtk/gtkclist.c (gtk_clist_motion): don't allow 'drag selections'
if clist is a drag source.
(gtk_clist_drag_begin): remove pointer grabs, end ongoing selections.
* gtk/gtkctree.c (remove_grab): copy of clist function.
(gtk_ctree_drag_begin): let clists drag_begin method set the
source info struct.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ccc1e72160..7edc0e2fbe 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,17 @@ +Fri Jan 8 00:42:00 1999 Lars Hamann <lars@gtk.org> + + * gtk/gtkspinbutton.c (gtk_spin_button_get_value_as_int) + (gtk_spin_button_get_value_as_float): call gtk_spin_button_update + before returning a value + + * gtk/gtkclist.c (gtk_clist_motion): don't allow 'drag selections' + if clist is a drag source. + (gtk_clist_drag_begin): remove pointer grabs, end ongoing selections. + + * gtk/gtkctree.c (remove_grab): copy of clist function. + (gtk_ctree_drag_begin): let clists drag_begin method set the + source info struct. + Thu Jan 7 19:10:21 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkviewport.c (gtk_viewport_style_set): Fixes |