mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:45:41 +00:00
Apply patch from debian@mfgames.com
svn path=/trunk/gtk-sharp/; revision=53410
This commit is contained in:
parent
626b964336
commit
a171434a3d
|
@ -222,7 +222,7 @@ public Widget MakeTableTester()
|
||||||
<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">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>
|
<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>
|
||||||
<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.Table.Resize" /> method.</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
|
Loading…
Reference in a new issue