mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
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:
parent
398df120e8
commit
dd0aab11cc
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user