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