diff options
author | Jonathan Blandford <jrb@redhat.com> | 2000-10-30 23:21:38 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2000-10-30 23:21:38 +0000 |
commit | c42cee3e7f635cd027ff4ccb548d430b079585e4 (patch) | |
tree | 283f5f17815fbba5f98e862783a64ab6f2755570 /docs/reference/gtk/tmpl/gtktreeselection.sgml | |
parent | 72284e347d2269bb0b3f577a589942cca301a1aa (diff) | |
download | gtk+-c42cee3e7f635cd027ff4ccb548d430b079585e4.tar.gz |
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.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktreeselection.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtktreeselection.sgml | 182 |
1 files changed, 182 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtktreeselection.sgml b/docs/reference/gtk/tmpl/gtktreeselection.sgml new file mode 100644 index 0000000000..b3d566d5b2 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtktreeselection.sgml @@ -0,0 +1,182 @@ +<!-- ##### SECTION Title ##### --> +GtkTreeSelection + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### ENUM GtkTreeSelectionType ##### --> +<para> + +</para> + +@GTK_TREE_SELECTION_SINGLE: +@GTK_TREE_SELECTION_MULTI: + +<!-- ##### USER_FUNCTION GtkTreeSelectionFunc ##### --> +<para> + +</para> + +@selection: +@model: +@path: +@data: +@Returns: + + +<!-- ##### USER_FUNCTION GtkTreeSelectionForeachFunc ##### --> +<para> + +</para> + +@model: +@iter: +@data: + + +<!-- ##### FUNCTION gtk_tree_selection_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION gtk_tree_selection_set_type ##### --> +<para> + +</para> + +@selection: +@type: + + +<!-- ##### FUNCTION gtk_tree_selection_set_select_function ##### --> +<para> + +</para> + +@selection: +@func: +@data: + + +<!-- ##### FUNCTION gtk_tree_selection_get_user_data ##### --> +<para> + +</para> + +@selection: +@Returns: + + +<!-- ##### FUNCTION gtk_tree_selection_get_selected ##### --> +<para> + +</para> + +@selection: +@iter: +@Returns: + + +<!-- ##### FUNCTION gtk_tree_selection_selected_foreach ##### --> +<para> + +</para> + +@selection: +@func: +@data: + + +<!-- ##### FUNCTION gtk_tree_selection_select_path ##### --> +<para> + +</para> + +@selection: +@path: + + +<!-- ##### FUNCTION gtk_tree_selection_unselect_path ##### --> +<para> + +</para> + +@selection: +@path: + + +<!-- ##### FUNCTION gtk_tree_selection_select_iter ##### --> +<para> + +</para> + +@selection: +@iter: + + +<!-- ##### FUNCTION gtk_tree_selection_unselect_iter ##### --> +<para> + +</para> + +@selection: +@iter: + + +<!-- ##### FUNCTION gtk_tree_selection_select_all ##### --> +<para> + +</para> + +@selection: + + +<!-- ##### FUNCTION gtk_tree_selection_unselect_all ##### --> +<para> + +</para> + +@selection: + + +<!-- ##### FUNCTION gtk_tree_selection_select_range ##### --> +<para> + +</para> + +@selection: +@start_path: +@end_path: + + +<!-- ##### FUNCTION gtk_tree_selection_new_with_tree_view ##### --> +<para> + +</para> + +@tree_view: +@Returns: + + +<!-- ##### FUNCTION gtk_tree_selection_set_tree_view ##### --> +<para> + +</para> + +@selection: +@tree_view: + + |