forked from AuroraMiddleware/gtk
a10898b662
Sat Mar 3 17:20:53 2001 Owen Taylor <otaylor@redhat.com> * */Makefile.am (scan-build.stamp): You can't use + as a metacharacter for basic regular expressions. (This was the "all objects disappear") * gdk/gdk-sections.txt gdk-pixbuf/gdk-pixbuf-sections.txt * */*-unused.sgml: Remove a lot of empty stuff. (No point in saving old docs when there aren't any.)
168 lines
1.9 KiB
Plaintext
168 lines
1.9 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkTreeSelection
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ENUM GtkTreeSelectionMode ##### -->
|
|
<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_set_mode ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@type:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_set_select_function ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@func:
|
|
@data:
|
|
@destroy:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_get_user_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_get_tree_view ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_get_selected ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@model:
|
|
@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:
|
|
|
|
|