Patch from cesar2879@yahoo.com
svn path=/trunk/gtk-sharp/; revision=50315
This commit is contained in:
parent
1df637d9e6
commit
9c7de775ce
1 changed files with 1 additions and 5 deletions
|
@ -22,10 +22,6 @@ class VBoxTester {
|
|||
Window myWindow = new Window ("VBox Widget");
|
||||
|
||||
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);
|
||||
|
@ -125,4 +121,4 @@ class VBoxTester {
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Add table
Reference in a new issue