]> Pileus Git - ~andy/gtk/commitdiff
Document GtkTreeViewGridLines
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Dec 2008 04:37:56 +0000 (04:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Dec 2008 04:37:56 +0000 (04:37 +0000)
svn path=/trunk/; revision=22005

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktreeview.sgml

index 5facffb5b4b2fbf45e82c33d47e81ba4cfc51c91..75b6a98c2da9621881de513af686cbb1aedcdc3a 100644 (file)
@@ -1,3 +1,19 @@
+2008-12-29  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/tmpl/gtktreeview.sgml: Document GtkTreeViewGridLines
+
+2008-12-29  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkprintsettings.sgml: Document NumberUpLayout
+       * gtk/images/layout-*.png: n-up page layout images
+       * gtk/Makefile.am: Glue
+
+2008-12-29  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkenums.sgml:
+       * gtk/tmpl/gtkmain.sgml:
+       * gtk/tmpl/gtktypeutils.sgml: Additions
+
 2008-12-28  Matthias Clasen <mclasen@redhat.com>
        
        * gtk/tmpl/gtkprintunixdialog.sgml: Document capabilities       
index 8ced4ffe620e9cc97995a4625f5994d02ae5eca2..9a3b977b3ad454242e784617d76eefe1d373f8d6 100644 (file)
@@ -1392,13 +1392,14 @@ returns.
 
 <!-- ##### ENUM GtkTreeViewGridLines ##### -->
 <para>
-
+Used to indicate which grid lines to draw in a tree view.
 </para>
 
-@GTK_TREE_VIEW_GRID_LINES_NONE: 
-@GTK_TREE_VIEW_GRID_LINES_HORIZONTAL: 
-@GTK_TREE_VIEW_GRID_LINES_VERTICAL: 
-@GTK_TREE_VIEW_GRID_LINES_BOTH: 
+@GTK_TREE_VIEW_GRID_LINES_NONE: No grid lines.
+@GTK_TREE_VIEW_GRID_LINES_HORIZONTAL: Horizontal grid lines.
+@GTK_TREE_VIEW_GRID_LINES_VERTICAL: Vertical grid lines.
+@GTK_TREE_VIEW_GRID_LINES_BOTH: Horizontal and vertical grid lines.
+
 
 <!-- ##### FUNCTION gtk_tree_view_get_grid_lines ##### -->
 <para>