From 336996c7abb716844d3389df7bd7779298af3dcf Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 6 May 2001 16:25:05 +0000 Subject: Update documentation files to eliminate most of the warnings and errors reported by HTML Tidy. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/basics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/basics.html') diff --git a/documentation/basics.html b/documentation/basics.html index 9d48c5751..3b4c3a8f0 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -117,7 +117,7 @@ return Fl::run(); The resulting program will display the window below. You can quit the program by closing the window or pressing the ESCape key. -

+

Hello, World! Window

Creating the Widgets

The widgets are created using the C++ new operator. For most widgets the arguments to the constructor are: -- cgit v1.2.3