forked from AuroraMiddleware/gtk
31df9723e5
* gtk/gtklabel.c: Fix docs. (#66383) * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. (#66278, #66280) * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin), gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208) * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy): Don't emit a g_warning() about being deprecated. (#66208) * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs. * gtk/gtkcontainer.c: Doc fixes. * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes. * gtk/gtkstyle.c (gtk_style_attach): Add docs. * gdk-pixbuf.h (gdk_pixbuf_ref, gdk_pixbuf_unref, gdk_pixbuf_animation_ref, gdk_pixbuf_animation_unref): Deprecate. (#66208) * gtk/tmpl/gtklabel.sgml: Remove redundant docs. (#66383) * gtk/tree_widget.sgml: Typo fix. (#66256) * gdk-pixbuf/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards. * gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktree.sgml, gtk/tmpl/gtktreeitem.sgml: Updates.
117 lines
1.5 KiB
Plaintext
117 lines
1.5 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkTreeItem
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
The widget used for items in a #GtkTree.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
<warning>
|
|
<para>
|
|
#GtkTree is deprecated and unsupported. It is known to be
|
|
buggy. To use it, you must define the symbol %GTK_ENABLE_BROKEN
|
|
prior to including the GTK+ header files. Use #GtkTreeView instead.
|
|
</para>
|
|
</warning>
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkTreeItem ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### MACRO GTK_TREE_ITEM_SUBTREE ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@obj:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_item_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_item_new_with_label ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@label:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_item_set_subtree ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_item:
|
|
@subtree:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_item_remove_subtree ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_item:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_item_select ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_item:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_item_deselect ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_item:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_item_expand ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_item:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_item_collapse ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_item:
|
|
|
|
|
|
<!-- ##### SIGNAL GtkTreeItem::collapse ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@treeitem: the object which received the signal.
|
|
|
|
<!-- ##### SIGNAL GtkTreeItem::expand ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@treeitem: the object which received the signal.
|
|
|