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

@ -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>