Patch from CJ Collier

svn path=/trunk/gtk-sharp/; revision=54872
This commit is contained in:
Miguel de Icaza 2005-12-27 14:09:56 +00:00
parent fe3b98a79b
commit 3a79911c09

View file

@ -181,7 +181,7 @@ public Widget MakeTableTester()
<Parameter Name="bottom_attach" Type="System.UInt32" /> <Parameter Name="bottom_attach" Type="System.UInt32" />
</Parameters> </Parameters>
<Docs> <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="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="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> <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> </Attributes>
</Member> </Member>
</Members> </Members>
</Type> </Type>