diff options
Diffstat (limited to 'documentation/fluid.html')
| -rw-r--r-- | documentation/fluid.html | 8 |
1 files 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. <P ALIGN=CENTER><IMG SRC="cubeview.gif" ALT="CubeView demo."><BR> -<I>Figure 9-2: CubeView demo.<I></P> +<I>Figure 9-2: CubeView demo.</I></P> <P>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. <P ALIGN="CENTER"><IMG src="fluid_widget_cxx.gif" ALT="The FLUID widget C++ attributes."><BR> <I>Figure 9-10: The FLUID widget C++ attributes.</I></P> -<H3>C++ Attributes</A></H3> +<H3>C++ Attributes</H3> <H4>Class</H4> @@ -1047,8 +1047,8 @@ pointer types are ok, and <tt>long</tt> is usually ok, too. <H4>When (pulldown menu)</H4> <P>When to do the callback. This can be <B>Never</B>, -<B>Changed</B>, <B>Release<B>, or <B>Enter Key</B>. The value of -<B>Enter Key<B/> is only useful for text input fields. +<B>Changed</B>, <B>Release</B>, or <B>Enter Key</B>. The value of +<B>Enter Key</B> is only useful for text input fields. <P>There are other rare but useful values for the <tt>when()</tt> field that are not in the menu. You should use |
