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.
This commit is contained in:
committed by
Jonathan Blandford
parent
25734b929f
commit
996cfd01c8
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user