summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-03-28 22:27:20 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-03-28 22:27:20 +0000
commited6076b2e0dab716b9ea4dfdb37c003d5f05798f (patch)
tree45574cb1ab7d6db548afd26107b6d8587ca85e29 /ChangeLog
parent16e6c16a2e9c373c0fc9949161ed5f06be67e2c1 (diff)
downloadgdk-pixbuf-ed6076b2e0dab716b9ea4dfdb37c003d5f05798f.tar.gz
new function to handle reordering of trees. Seems to mostly work w/ the
Wed Mar 28 17:27:12 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to handle reordering of trees. Seems to mostly work w/ the exception of the parity flag. * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered" signal.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c742455ed..51700f8c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Mar 28 17:27:12 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
+ handle reordering of trees. Seems to mostly work w/ the exception
+ of the parity flag.
+
+ * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
+ signal.
+
Wed Mar 28 21:12:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkwidget.h: c++ fixes.