forked from AuroraMiddleware/gtk
f7d593c99d
2001-01-30 Havoc Pennington <hp@pobox.com> * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in #ifdef GTK_ENABLE_BROKEN. * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define GTK_ENABLE_BROKEN just before including the broken headers. * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the deprecated types registered. * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN, we have to test the broken stuff. * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN 2001-01-30 Havoc Pennington <hp@pobox.com> Also committed a bunch of automatic changes made by gtk-doc, after reviewing for correctness. * gtk/tmpl/gtktext.sgml: add warning about deprecation and note about what to use instead * gtk/tmpl/gtktree.sgml: ditto * gtk/Makefile.am (scan): pass --deprecated-guards option to gtk-doc; requires new version of gtk-doc from CVS * gtk/gtk-docs.sgml: move GtkText to the deprecated section instead of the GtkTextView section. Oops.
180 lines
1.9 KiB
Plaintext
180 lines
1.9 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkTreeStore
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkTreeStore ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@parent:
|
|
@stamp:
|
|
@root:
|
|
@last:
|
|
@n_columns:
|
|
@column_headers:
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_new_with_types ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@n_columns:
|
|
@Varargs:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_set_n_columns ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@n_columns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_set_column_type ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@store:
|
|
@column:
|
|
@type:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_set_cell ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@column:
|
|
@value:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_set ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@Varargs:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_get ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@Varargs:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_remove ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_insert ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@parent:
|
|
@position:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_insert_before ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@parent:
|
|
@sibling:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_insert_after ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@parent:
|
|
@sibling:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_prepend ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@parent:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_append ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@parent:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_is_ancestor ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@descendant:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_tree_store_iter_depth ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@tree_store:
|
|
@iter:
|
|
@Returns:
|
|
|
|
|