From a721b4ad00eb6bfa5483d62ed2461f15ca94a407 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 15 Jan 2002 02:17:19 +0000 Subject: Doco and makefile updates from SGI. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 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 983f1a6cb..bf6e57da4 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -60,7 +60,7 @@ box->labeltype(FL_SHADOW_LABEL

The resulting program will display the window in Figure 2-1. @@ -103,7 +103,7 @@ Fl_Box draws, changing it from the default of "Hello, World!" example we use FL_UP_BOX, which means that a raised button border will be drawn around the widget. You can learn more about boxtypes in -Chapter 3.

+Chapter 3.

You could examine the boxtype in by doing box->box(). FLTK uses method name overloading to make @@ -179,7 +179,7 @@ data-driven displays.

FLTK applications must periodically check (Fl::check()) or wait (Fl::wait()) for events -or use the Fl:run() +or use the Fl::run() method to enter a standard event processing loop. Calling Fl::run() is equivalent to the following code:

-- cgit v1.2.3