diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-15 15:49:41 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-15 15:49:41 +0000 |
commit | dd0aab11cc5441df4ab3c902240085f881d9d1f1 (patch) | |
tree | d0816aaafbad7d9308d61be77212be5e02a426ab /docs | |
parent | 398df120e86d841a7b1c54e6ab0603c37671210d (diff) | |
download | gtk+-dd0aab11cc5441df4ab3c902240085f881d9d1f1.tar.gz |
Fix docs for gtk_table_set_row/col_spacing. (#348728)
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing.
(#348728)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 3 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtktable.sgml | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f8cd9e6ce5..6d9e17ca82 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,8 @@ 2006-08-15 Matthias Clasen <mclasen@redhat.com> + * gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing. + (#348728) + * gtk/running.sgml: Document new GTK_DEBUG values. (#350023, Mart Raudsepp) diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml index 13e5df0302..d41dc87614 100644 --- a/docs/reference/gtk/tmpl/gtktable.sgml +++ b/docs/reference/gtk/tmpl/gtktable.sgml @@ -226,7 +226,7 @@ As there are many options associated with gtk_table_attach(), this convenience f <!-- ##### FUNCTION gtk_table_set_row_spacing ##### --> <para> -Changes the space between a given table row and its surrounding rows. +Changes the space between a given table row and the subsequent row. </para> @table: a #GtkTable containing the row whose properties you wish to change. @@ -236,7 +236,8 @@ Changes the space between a given table row and its surrounding rows. <!-- ##### FUNCTION gtk_table_set_col_spacing ##### --> <para> -Alters the amount of space between a given table column and the adjacent columns. +Alters the amount of space between a given table column and the following +column. </para> @table: a #GtkTable. |