summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-03-02 00:49:32 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-03-02 00:49:32 +0000
commit193bed18960d15ba75d9caccbbce15b2b60625a0 (patch)
tree793f048090b9cde07b01017fbe86c280ce002580 /ChangeLog.pre-2-6
parentaddeb140ec47ae641e9ae9fecb2e2cb3fd9d71da (diff)
downloadgtk+-193bed18960d15ba75d9caccbbce15b2b60625a0.tar.gz
Move handling of buttons fully in gtktreeviewcolumn. This code is less
Thu Mar 1 19:50:56 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button): Move handling of buttons fully in gtktreeviewcolumn. This code is less interrelated then it was, but it still requires the GtkTreeView to map it. * test/testtreecolumn.c: Now I can add a column to one view, remove it, add it to the another view, remove it, then re-add it to the first. Nifty.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-611
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index bb5f3ab08d..91d70d3001 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,14 @@
+Thu Mar 1 19:50:56 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
+ Move handling of buttons fully in gtktreeviewcolumn. This code is
+ less interrelated then it was, but it still requires the
+ GtkTreeView to map it.
+
+ * test/testtreecolumn.c: Now I can add a column to one view,
+ remove it, add it to the another view, remove it, then re-add it
+ to the first. Nifty.
+
Thu Mar 1 13:14:27 GMT 2001 Tony Gale <gale@gtk.org>
* docs/tutorial/gtk-tut.sgml: Minor corrections