mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-02 05:16:21 +00:00
Patch from cesar2879@yahoo.com
svn path=/trunk/gtk-sharp/; revision=50315
This commit is contained in:
parent
1df637d9e6
commit
9c7de775ce
|
@ -23,10 +23,6 @@ class VBoxTester {
|
||||||
|
|
||||||
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);
|
||||||
myWindow.ShowAll ();
|
myWindow.ShowAll ();
|
||||||
|
|
Loading…
Reference in a new issue