summaryrefslogtreecommitdiff
path: root/documentation/common.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-15 22:55:40 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-15 22:55:40 +0000
commit5da1c0f71f3fd299c5bf50df911fc4cdb3ac96c0 (patch)
treea70739e5388eca1703708ee3bdc377dae6213524 /documentation/common.dox
parente6652d845a06147064fca7f90c76320036a4ee4e (diff)
Added more comments to FL/Enumerations.h,
minor amendment for common.dox, updated todo_filelist_doc.txt git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6262 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.dox')
-rw-r--r--documentation/common.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/common.dox b/documentation/common.dox
index 6dc452010..fb30b492a 100644
--- a/documentation/common.dox
+++ b/documentation/common.dox
@@ -246,9 +246,9 @@ button->labelcolor(FL_WHITE);
<H2><A NAME="boxtypes">Box Types</A></H2>
-<P>The type <TT>Fl_Boxtype</TT> stored and returned in
-<A href="Fl_Widget.html#Fl_Widget.box"><TT>Fl_Widget::box()</TT></A>
-is an enumeration defined in <A href="enumerations.html#Enumerations"><TT><Enumerations.H></TT></A>.
+<P>The type <TT>Fl_Boxtype</TT> stored and returned in Fl_Widget::box()
+is an enumeration defined in Enumerations.H.
+
Figure 3-3 shows the standard box types included with FLTK.</P>
\image html boxtypes.gif "Figure 3-3: FLTK box types"