From 9c7de775cef5783b5936275329ff838616cd366a Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 20 Sep 2005 18:15:55 +0000 Subject: [PATCH] Patch from cesar2879@yahoo.com svn path=/trunk/gtk-sharp/; revision=50315 --- doc/en/Gtk/VBox.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/en/Gtk/VBox.xml b/doc/en/Gtk/VBox.xml index 5df0e49d2..ecefe68a7 100644 --- a/doc/en/Gtk/VBox.xml +++ b/doc/en/Gtk/VBox.xml @@ -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 { - + \ No newline at end of file