mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-31 04:27:02 +00:00
Patch from CJ Collier
svn path=/trunk/gtk-sharp/; revision=54872
This commit is contained in:
parent
fe3b98a79b
commit
3a79911c09
|
@ -181,7 +181,7 @@ public Widget MakeTableTester()
|
|||
<Parameter Name="bottom_attach" Type="System.UInt32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="widget">To be added.</param>
|
||||
<param name="widget">The widget to be attached to the table</param>
|
||||
<param name="left_attach">The column number to attach the left side of <paramref name="child" /> to.</param>
|
||||
<param name="right_attach">The column number to attach the right side of <paramref name="child" /> to.</param>
|
||||
<param name="top_attach">The row number to attach the top of <paramref name="child" /> to.</param>
|
||||
|
@ -379,4 +379,4 @@ public Widget MakeTableTester()
|
|||
</Attributes>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue