mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-01 23:36:32 +00:00
Patch from cesar2879@yahoo.com
svn path=/trunk/gtk-sharp/; revision=50315
This commit is contained in:
parent
1df637d9e6
commit
9c7de775ce
|
@ -22,10 +22,6 @@ class VBoxTester {
|
||||||
Window myWindow = new Window ("VBox Widget");
|
Window myWindow = new Window ("VBox Widget");
|
||||||
|
|
||||||
VBox myBox = new VBox (false, 4);
|
VBox myBox = new VBox (false, 4);
|
||||||
|
|
||||||
//Add some buttons to the vertical box
|
|
||||||
AddButton (myBox);
|
|
||||||
AddButton (myBox);
|
|
||||||
|
|
||||||
//Add the box to a Window container
|
//Add the box to a Window container
|
||||||
myWindow.Add (myBox);
|
myWindow.Add (myBox);
|
||||||
|
@ -125,4 +121,4 @@ class VBoxTester {
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
</Members>
|
</Members>
|
||||||
</Type>
|
</Type>
|
Loading…
Reference in a new issue