Fix HTML errors...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2042 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-03-26 18:51:07 +00:00
parent ae36f91c3b
commit ba95cce4a8

View File

@ -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. FLUID that is used for the CubeView program provided with FLTK.
<P ALIGN=CENTER><IMG SRC="cubeview.gif" ALT="CubeView demo."><BR> <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 <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 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> <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> <I>Figure 9-10: The FLUID widget C++ attributes.</I></P>
<H3>C++ Attributes</A></H3> <H3>C++ Attributes</H3>
<H4>Class</H4> <H4>Class</H4>
@ -1047,8 +1047,8 @@ pointer types are ok, and <tt>long</tt> is usually ok, too.
<H4>When (pulldown menu)</H4> <H4>When (pulldown menu)</H4>
<P>When to do the callback. This can be <B>Never</B>, <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>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>Enter Key</B> is only useful for text input fields.
<P>There are other rare but useful values for the <P>There are other rare but useful values for the
<tt>when()</tt> field that are not in the menu. You should use <tt>when()</tt> field that are not in the menu. You should use