]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtktreestore.sgml
=== Released GTK+-2.1.3 ===
[~andy/gtk] / docs / reference / gtk / tmpl / gtktreestore.sgml
index 939644cee6324f22539371b381cd3119b8e4cb80..d53f2a95d8d1578b26b65162955549941125f7c5 100644 (file)
@@ -2,16 +2,22 @@
 GtkTreeStore
 
 <!-- ##### SECTION Short_Description ##### -->
-
+A tree-like data structure that can be used with the #GtkTreeView
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
+The #GtkTreeStore object is a list model for use with a #GtkTreeView
+widget.  It implements the #GtkTreeModel interface, and consequentialy,
+can use all of the methods available there.  It also implements the
+#GtkTreeSortable interface so it can be sorted by the view.  Finally,
+it also implements the tree <link linkend="gtktreednd">drag and
+drop</link> interfaces.
 
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
-
+#GtkTreeModel, #GtkTreeStore
 </para>
 
 <!-- ##### STRUCT GtkTreeStore ##### -->
@@ -19,18 +25,6 @@ GtkTreeStore
 
 </para>
 
-@parent: 
-@stamp: 
-@root: 
-@last: 
-@n_columns: 
-@sort_column_id: 
-@sort_list: 
-@order: 
-@column_headers: 
-@default_sort_func: 
-@default_sort_data: 
-@default_sort_destroy: 
 
 <!-- ##### FUNCTION gtk_tree_store_new ##### -->
 <para>
@@ -42,6 +36,26 @@ GtkTreeStore
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_tree_store_newv ##### -->
+<para>
+
+</para>
+
+@n_columns: 
+@types: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_tree_store_set_column_types ##### -->
+<para>
+
+</para>
+
+@tree_store: 
+@n_columns: 
+@types: 
+
+
 <!-- ##### FUNCTION gtk_tree_store_set_value ##### -->
 <para>
 
@@ -63,6 +77,16 @@ GtkTreeStore
 @Varargs: 
 
 
+<!-- ##### FUNCTION gtk_tree_store_set_valist ##### -->
+<para>
+
+</para>
+
+@tree_store: 
+@iter: 
+@var_args: 
+
+
 <!-- ##### FUNCTION gtk_tree_store_remove ##### -->
 <para>
 
@@ -70,6 +94,7 @@ GtkTreeStore
 
 @tree_store: 
 @iter: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gtk_tree_store_insert ##### -->
@@ -146,3 +171,68 @@ GtkTreeStore
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_tree_store_clear ##### -->
+<para>
+
+</para>
+
+@tree_store: 
+
+
+<!-- ##### FUNCTION gtk_tree_store_iter_is_valid ##### -->
+<para>
+
+</para>
+
+@tree_store: 
+@iter: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_tree_store_reorder ##### -->
+<para>
+
+</para>
+
+@tree_store: 
+@parent: 
+@new_order: 
+
+
+<!-- ##### FUNCTION gtk_tree_store_swap ##### -->
+<para>
+
+</para>
+
+@tree_store: 
+@a: 
+@b: 
+
+
+<<<<<<< gtktreestore.sgml
+=======
+
+
+<!-- ##### FUNCTION gtk_tree_store_move_before ##### -->
+<para>
+
+</para>
+
+@tree_store: 
+@iter: 
+@position: 
+
+
+<!-- ##### FUNCTION gtk_tree_store_move_after ##### -->
+<para>
+
+</para>
+
+@tree_store: 
+@iter: 
+@position: 
+
+
+>>>>>>> 1.16
+
+