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:

+ +