From ba95cce4a87aa91afffa5dcef5e4daa117bb48d1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 26 Mar 2002 18:51:07 +0000 Subject: Fix HTML errors... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2042 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/fluid.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/fluid.html b/documentation/fluid.html index 99dfd880e..0520c1831 100644 --- a/documentation/fluid.html +++ b/documentation/fluid.html @@ -130,7 +130,7 @@ show you how to generate a complete user interface class with FLUID that is used for the CubeView program provided with FLTK.

CubeView demo.
-Figure 9-2: CubeView demo.

+Figure 9-2: CubeView demo.

The window is of class CubeViewUI, and is completely generated by FLUID, including class member functions. The central display of the cube is a separate @@ -941,7 +941,7 @@ menus, and browsers.

The FLUID widget C++ attributes.
Figure 9-10: The FLUID widget C++ attributes.

-

C++ Attributes

+

C++ Attributes

Class

@@ -1047,8 +1047,8 @@ pointer types are ok, and long is usually ok, too.

When (pulldown menu)

When to do the callback. This can be Never, -Changed, Release, or Enter Key. The value of -Enter Key is only useful for text input fields. +Changed, Release, or Enter Key. The value of +Enter Key is only useful for text input fields.

There are other rare but useful values for the when() field that are not in the menu. You should use -- cgit v1.2.3