DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L1718
Version: 1.1-current


I am pathetically bad at reading documentation, yet somehow I managed to
glean this tidbit.  I think I stayed with Fluid for a good long while, and
thus didn't have to learn it until much later on.

I'm not sure you want *too* much detail here because the introduction will
quickly become intimidating with definitions of widget trees and children
and parents and other scary stuff.

How about after "...creates a window:

      Fl_Window *window = new Fl_Window(300,180);"

Add/change the sentences: 

Any widgets the program creates from now on will belong to this window;
they will be positioned with respect to the upper-left corner of the
window.

Now, the program creates a box to go into the window with the "Hello
Hello, World!" string in it: ...

Then, break out the "window->end();", and describe it:

The program tells the window no more widgets are forthcoming.  (See
Fl_Group::begin() and Fl_Group::end() for further details.) <- here with
appropriate links.


Link: http://www.fltk.org/str.php?L1718
Version: 1.1-current

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

Reply via email to