New function.

Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.

	* gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.

	* gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
	gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
	gtk/gtktreeviewcolumn.h: Fixed inline docs.

	* docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
	widget.  Needs writing someday.

	* docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
	the docs.
This commit is contained in:
Jonathan Blandford
2000-10-30 23:21:38 +00:00
committed by Jonathan Blandford
parent 72284e347d
commit c42cee3e7f
33 changed files with 2324 additions and 24 deletions

View File

@ -42,6 +42,7 @@ struct _GtkTreeStore
gint stamp;
gpointer root;
gpointer last;
gint n_columns;
GType *column_headers;
};