From fae4b6ae7e035a78b518049dd521004ecba87cf1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 20:55:40 +0000 Subject: 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 --- documentation/basics.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/basics.html') 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->show(argc, argv); return Fl::run(); - 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. -
+

Creating the Widgets

The widgets are created using the C++ new operator; the arguments to the constructors are usually one of the following: @@ -167,4 +167,4 @@ while (Fl::wait()); Fl::run() does not return until all of the windows under FLTK -control are closed (either by the user or your program). \ No newline at end of file +control are closed (either by the user or your program). -- cgit v1.2.3