]> 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 56af9fcd3d71a8c22de2b6ef57684867fc6a889b..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 ##### -->
@@ -88,6 +94,7 @@ GtkTreeStore
 
 @tree_store: 
 @iter: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gtk_tree_store_insert ##### -->
@@ -172,3 +179,60 @@ GtkTreeStore
 @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
+
+