gtk2/docs/reference/gtk/tmpl/gtktreeitem.sgml
Owen Taylor 5f58312cfd Add note about GTK_ENABLE_BROKEN.
Wed Apr 25 12:33:03 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/tmpl/gtktreeitem.sgml: Add note about GTK_ENABLE_BROKEN.
2001-04-25 16:34:09 +00:00

117 lines
1.5 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
GtkTreeItem
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### 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 intead.
</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.