Small GtkTable doc improvement

This commit is contained in:
Matthias Clasen
2010-07-09 21:40:46 -04:00
parent 813bee6f0a
commit ab6927e4fa

View File

@ -131,7 +131,8 @@ The <structname>GtkTable</structname> structure holds the data for the actual ta
Used to create a new table widget. An initial size must be given by Used to create a new table widget. An initial size must be given by
specifying how many rows and columns the table should have, although specifying how many rows and columns the table should have, although
this can be changed later with gtk_table_resize(). @rows and @columns this can be changed later with gtk_table_resize(). @rows and @columns
must both be in the range 0 .. 65535. must both be in the range 1 .. 65535. For historical reasons, 0 is accepted
as well and is silently interpreted as 1.
</para> </para>
@rows: The number of rows the new table should have. @rows: The number of rows the new table should have.