forked from AuroraMiddleware/gtk
2fdf30186c
Thu Nov 15 16:24:55 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function to get a GdkWindow to compare event->window to. * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit the signal for lateral motion too, #64361 * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window arg as it is useless, #64137
204 lines
2.3 KiB
Plaintext
204 lines
2.3 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkTreeSelection
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkTreeSelection ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### USER_FUNCTION GtkTreeSelectionFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@model:
|
|
@path:
|
|
@path_currently_selected:
|
|
@data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### USER_FUNCTION GtkTreeSelectionForeachFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@model:
|
|
@path:
|
|
@iter:
|
|
@data:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_set_mode ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@type:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_get_mode ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### 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_path_is_selected ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@path:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_select_iter ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@iter:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_unselect_iter ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@iter:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_selection_iter_is_selected ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@iter:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### 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:
|
|
|
|
|
|
<!-- ##### SIGNAL GtkTreeSelection::changed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@treeselection: the object which received the signal.
|
|
|