Contribution from fsjrb@uaf.edu

svn path=/trunk/gtk-sharp/; revision=38795
This commit is contained in:
Miguel de Icaza 2005-01-12 19:03:43 +00:00
parent 115b67e423
commit 7b6786f2ed
2 changed files with 2 additions and 1 deletions

View File

@ -17,3 +17,4 @@ Documentation:
hris@protactin.co.uk hris@protactin.co.uk
ddollar@blueshiftdesign.com ddollar@blueshiftdesign.com
bis0n@mail.ru bis0n@mail.ru
fsjrb@uaf.edu

View File

@ -243,7 +243,7 @@ public Widget MakeTableTester()
<summary>Creates a new Table widget.</summary> <summary>Creates a new Table widget.</summary>
<param name="rows">The number of rows in this table.</param> <param name="rows">The number of rows in this table.</param>
<param name="columns">The number of columns in this table.</param> <param name="columns">The number of columns in this table.</param>
<param name="homogeneous">Whether all table cells are forced to be the same size.</param> <param name="homogeneous">If homogeneous is TRUE, the table boxes (cells) are resized to the size of the largest widget in the table. If homogeneous is FALSE, the size of a table boxes is dictated by the tallest widget in its same row, and the widest widget in its column (i.e. all cells are the same).</param>
<returns>A new Table.</returns> <returns>A new Table.</returns>
<remarks> <remarks>
<para>The size of the table can be altered after its creation using the <see cref="M:Gtk.able.Resize" /> method.</para> <para>The size of the table can be altered after its creation using the <see cref="M:Gtk.able.Resize" /> method.</para>