svn path=/trunk/gtk-sharp/; revision=50315
This commit is contained in:
Miguel de Icaza 2005-09-20 18:15:55 +00:00
parent 1df637d9e6
commit 9c7de775ce

View File

@ -23,10 +23,6 @@ class VBoxTester {
VBox myBox = new VBox (false, 4);
//Add some buttons to the vertical box
AddButton (myBox);
AddButton (myBox);
//Add the box to a Window container
myWindow.Add (myBox);
myWindow.ShowAll ();