summaryrefslogtreecommitdiff
path: root/tests/treestoretest.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2000-10-16 03:18:49 +0000
committerJonathan Blandford <jrb@src.gnome.org>2000-10-16 03:18:49 +0000
commit996cfd01c8518f43abbfbe9213d70278816badec (patch)
tree001f3f8bb806417abf78056331ddbb150f2ad36a /tests/treestoretest.c
parent25734b929f09a20a4bfbe830e0655cc20a7424b0 (diff)
downloadgtk+-996cfd01c8518f43abbfbe9213d70278816badec.tar.gz
New function proposed by Guy Harris <gharris@flashcom.net>. Also, added
2000-10-15 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function proposed by Guy Harris <gharris@flashcom.net>. Also, added API docs to all public functions.
Diffstat (limited to 'tests/treestoretest.c')
-rw-r--r--tests/treestoretest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/treestoretest.c b/tests/treestoretest.c
index 04d3ac4b42..13a4b0b64d 100644
--- a/tests/treestoretest.c
+++ b/tests/treestoretest.c
@@ -171,7 +171,7 @@ make_window ()
/* The selected column */
cell = gtk_cell_renderer_text_new ();
column = gtk_tree_view_column_new_with_attributes ("nodes", cell, "text", 0, NULL);
- gtk_tree_view_add_column (GTK_TREE_VIEW (tree_view), GTK_TREE_VIEW_COLUMN (column));
+ gtk_tree_view_append_column (GTK_TREE_VIEW (tree_view), GTK_TREE_VIEW_COLUMN (column));
/* Show it all */
gtk_widget_show_all (window);