From a9456e49f421460d8439b651e40953e0ed7ef5ed Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 6 Oct 2007 17:54:25 +0000 Subject: STR #1718: added short documentation to Basics that briefly explains automatic parenting. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5944 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/basics.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'documentation/basics.html') diff --git a/documentation/basics.html b/documentation/basics.html index 94d0c2031..522e7d845 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -39,13 +39,13 @@ int main(int argc, char **argv) {

After including the required header files, the program then creates a -window:

+window. All following widgets will automatically be children of this window.

-

and a box with the "Hello, World!" string in it:

+

Then we create a box with the "Hello, World!" string in it.

-

Finally, we show the window and enter the FLTK event loop:

+

We tell FLTK that we will not add any more widgets to the window.

+ +

Finally, we show the window and enter the FLTK event loop:

+ + -- cgit v1.2.3