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)
This commit is contained in:
Matthias Clasen 2006-08-15 15:49:41 +00:00 committed by Matthias Clasen
parent 398df120e8
commit dd0aab11cc
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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.