forked from AuroraMiddleware/gtk
a10898b662
Sat Mar 3 17:20:53 2001 Owen Taylor <otaylor@redhat.com> * */Makefile.am (scan-build.stamp): You can't use + as a metacharacter for basic regular expressions. (This was the "all objects disappear") * gdk/gdk-sections.txt gdk-pixbuf/gdk-pixbuf-sections.txt * */*-unused.sgml: Remove a lot of empty stuff. (No point in saving old docs when there aren't any.)
170 lines
1.8 KiB
Plaintext
170 lines
1.8 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_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:
|
|
|
|
|