forked from AuroraMiddleware/gtk
9df0074685
2001-08-28 Havoc Pennington <hp@pobox.com> * demos/gtk-demo/main.c (setup_default_icon): add default icon * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): warning fix (gtk_radio_button_new_with_label): warning fix * gtk/gtkdnd.c: used some random GtkImage private structs, update to reflect GtkImage changes * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check whether the hint is supported, just always set the icon. A task list might want to use it even if the WM doesn't, and the WM may change over time. Also, XDeleteProperty() if list == NULL. * gtk/gtkwindow.c (gtk_window_set_icon_list) (gtk_window_get_icon_list) (gtk_window_set_icon) (gtk_window_get_icon) (gtk_window_set_default_icon_list) (gtk_window_get_default_icon_list): new functions * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet * gtk/gtkimage.c: Implement property support, bug #59408 * gtk/gtkcontainer.c (gtk_container_add): make the warning message on reparent-without-removing-first a bit more helpful. Let's just destroy this FAQ.
161 lines
1.8 KiB
Plaintext
161 lines
1.8 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkTreeSelection
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### USER_FUNCTION GtkTreeSelectionFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@selection:
|
|
@model:
|
|
@path:
|
|
@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_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:
|
|
|
|
|