diff options
Diffstat (limited to 'documentation/basics.html')
| -rw-r--r-- | documentation/basics.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/basics.html b/documentation/basics.html index 563179b59..4de221c41 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -113,9 +113,9 @@ window-><A href=Fl_Window.html#Fl_Window.show>show</A>(argc, argv); return <A href=functions.html#run>Fl::run</A>(); </PRE> </UL> - The resulting program will display the window below. You can quit the +The resulting program will display the window below. You can quit the program by closing the window or pressing the ESCape key. -<CENTER><IMG src=./hello.C.gif></CENTER> +<P ALIGN=CENTER><IMG src=./hello.C.gif></P> <H3>Creating the Widgets</H3> The widgets are created using the C++ <TT>new</TT> operator; the arguments to the constructors are usually one of the following: @@ -167,4 +167,4 @@ while (Fl::wait()); </PRE> </UL> <TT>Fl::run()</TT> does not return until all of the windows under FLTK -control are closed (either by the user or your program). </TT></BODY></HTML>
\ No newline at end of file +control are closed (either by the user or your program). </TT></BODY></HTML> |
