Document GtkTreeViewGridLines

svn path=/trunk/; revision=22005
This commit is contained in:
Matthias Clasen 2008-12-30 04:37:56 +00:00
parent 8f6e5e37f7
commit 734a2432ad
2 changed files with 22 additions and 5 deletions

View 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

View 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>