From 19ca3c6edd3d439e700401441571716d067681ed Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Wed, 15 Oct 2008 12:13:43 +0000 Subject: 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 --- documentation/src/common.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/src/common.dox') 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 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 value() method gets and sets the current value of the widget. The minimum() and maximum() 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 FL_NO_BOX means nothing is drawn at all, so whatever is already on the screen remains. The FL_..._FRAME types only draw their edges, leaving the interior unchanged. The blue color in -- cgit v1.2.3