]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkliststore.sgml
start implementing
[~andy/gtk] / docs / reference / gtk / tmpl / gtkliststore.sgml
index b4aafd71f6227d30bb813c9f30fc3f453ffb2437..b0d2f704013e6d01fb0c6cdc3b176b1fd45b4c70 100644 (file)
@@ -6,7 +6,12 @@ GtkListStore
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+The #GtkListStore 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 you can sort the list using the view.
+Finally, it also implements the tree <link linkend="gtktreednd">drag and
+drop</link> interfaces.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->