Author: AlbrechtS
Date: 2011-01-01 05:28:52 -0800 (Sat, 01 Jan 2011)
New Revision: 8156
Log:
Two more adjustments to basics.dox.


Modified:
   branches/branch-1.3/documentation/src/basics.dox

Modified: branches/branch-1.3/documentation/src/basics.dox
===================================================================
--- branches/branch-1.3/documentation/src/basics.dox    2011-01-01 13:24:39 UTC 
(rev 8155)
+++ branches/branch-1.3/documentation/src/basics.dox    2011-01-01 13:28:52 UTC 
(rev 8156)
@@ -37,14 +37,14 @@
 window. All following widgets will automatically be children of this window.
 
 \code
-Fl_Window *window = new Fl_Window(300,180);
+Fl_Window *window = new Fl_Window(340,180);
 \endcode
 
 Then we create a box with the "Hello, World!" string in it. FLTK automatically
 adds the new box to \p window, the current grouping widget.
 
 \code
-Fl_Box *box = new Fl_Box(20,40,260,100,"Hello, World!");
+Fl_Box *box = new Fl_Box(20,40,300,100,"Hello, World!");
 \endcode
 
 Next, we set the type of box and the font, size, and style of the label:

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to