summaryrefslogtreecommitdiff
path: root/documentation/basics.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 20:55:40 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 20:55:40 +0000
commitfae4b6ae7e035a78b518049dd521004ecba87cf1 (patch)
tree455f6f91b8b0a9e2985135d3a88f05562feaa63a /documentation/basics.html
parent4df8d6d80abef23616b34067c7fa2b9fc07b48dc (diff)
Final changes for next beta release - typos and more updated images.
git-svn-id: file:///fltk/svn/fltk/trunk@224 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/basics.html')
-rw-r--r--documentation/basics.html6
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-&gt;<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>