summaryrefslogtreecommitdiff
path: root/documentation/src/common.dox
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-15 12:13:43 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-15 12:13:43 +0000
commit19ca3c6edd3d439e700401441571716d067681ed (patch)
treed936f047fe49415d1e3a7f6396b60a812565488e /documentation/src/common.dox
parentd272c1b43fc60f284591e7121f8813969374a7b3 (diff)
Doxygen pdf documentation: Fixed missing dox files images in latex. Fixed license info would not show completely in pdf.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6438 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/common.dox')
-rw-r--r--documentation/src/common.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/src/common.dox b/documentation/src/common.dox
index 8374fe6ed..119976856 100644
--- a/documentation/src/common.dox
+++ b/documentation/src/common.dox
@@ -24,7 +24,7 @@ FLTK provides many types of buttons:
\li Fl_Round_Button - A button with a radio circle.
\image html buttons.gif "Figure 3-1: FLTK Button Widgets"
-
+\image latex buttons.eps "FLTK Button Widgets" width=10cm
All of these buttons just need the corresponding
<tt><FL/Fl_xyz_Button.H></tt> header file. The constructor
takes the bounding box of the button and optionally a label
@@ -110,7 +110,7 @@ strings. FLTK provides the following valuators:
\li Fl_Value_Slider - A slider that shows the current value.
\image html valuators.gif "Figure 3-2: FLTK valuator widgets"
-
+\image latex valuators.eps "FLTK valuator widgets" width=10cm
The <tt>value()</tt> method gets and sets the current value
of the widget. The <tt>minimum()</tt> and <tt>maximum()</tt>
methods set the range of values that are reported by the
@@ -234,7 +234,7 @@ is an enumeration defined in Enumerations.H.
Figure 3-3 shows the standard box types included with FLTK.
\image html boxtypes.gif "Figure 3-3: FLTK box types"
-
+\image latex boxtypes.eps "FLTK box types" width=12cm
<tt>FL_NO_BOX</tt> means nothing is drawn at all, so whatever is
already on the screen remains. The <tt>FL_..._FRAME</tt> types only
draw their edges, leaving the interior unchanged. The blue color in