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/fluid.dox | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'documentation/src/fluid.dox') diff --git a/documentation/src/fluid.dox b/documentation/src/fluid.dox index 49591a5f1..c3aaad97d 100644 --- a/documentation/src/fluid.dox +++ b/documentation/src/fluid.dox @@ -42,7 +42,7 @@ These .cxx files must \#include the .h file or they c file. \image html fluid-org.gif "Figure 9-1: FLUID organization" - +\Image latex fluid-org.eps "FLUID organization" width=12cm Normally the FLUID file defines one or more functions or classes which output C++ code. Each function defines a one or more FLTK windows, and all the widgets that go inside those windows. @@ -151,7 +151,7 @@ show you how to generate a complete user interface class with FLUID that is used for the CubeView program provided with FLTK. \image html cubeview.gif "Figure 9-2: CubeView demo" - +\image latex cubeview.eps "CubeView demo" width=10cm 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 @@ -382,7 +382,7 @@ window. You should see the new class declaration in the FLUID browser window. \image html fluid1.gif "Figure 9-3: FLUID file for CubeView" - +\image latex fluid1.eps "FLUID file for CubeView" width=10cm \par Adding the Class Constructor @@ -410,7 +410,7 @@ CubeViewUI. When you are finished you should have something like this: \image html fluid2.gif "Figure 9-4: FLUID window containing CubeView demo" - +\image latex fluid2.eps "FLUID window containing CubeView demo" width=10cm We will talk about the show() method that is highlighted shortly. @@ -438,7 +438,7 @@ CubeView as a member of CubeViewUI, so any public CubeView methods are now available to CubeViewUI. \image html fluid3-cxx.gif "Figure 9-5: CubeView methods" - +\image latex fluid3-cxx.eps "CubeView methods" width=10cm \par Defining the Callbacks @@ -476,7 +476,7 @@ not be adding any widgets to this method FLUID will assign it a return type of void. \image html fluid4.gif "Figure 9-6: CubeView constructor" - +\image latex fluid4.eps "CubeView constructor" width=10cm Once the new method has been added, highlight its name and select New->Code->Code. Enter the method's code in the code window. @@ -711,7 +711,7 @@ The internationalization options are described later in this chapter. \image html fluid_prefs.gif "Figure 9-7: FLUID Preferences Window" - +\image latex fluid_prefs.eps "FLUID Preferences Window" width=10cm \par Edit/GUI Settings... (Shift+Ctrl+p) Displays the GUI settings panel. This panel is used @@ -841,7 +841,7 @@ undone, however. \image html fluid_widget_gui.gif "Figure 9-8: The FLUID widget GUI attributes" - +\image latex fluid_widget_gui.eps "The FLUID widget GUI attributes" width=10cm \section fluid_widget_attributes GUI Attributes \par Label (text field) @@ -937,7 +937,7 @@ On most (all?) window managers you will have to close the window and reopen it to see the effect. \image html fluid_widget_style.gif "Figure 9-9: The FLUID widget Style attributes" - +\image latex fluid_widget_style.eps "The FLUID widget Style attributes" width=10cm \subsection fluid_style_attributes Style Attributes \par Label Font (pulldown menu) @@ -997,7 +997,7 @@ Some widgets display text, such as input fields, pull-down menus, and browsers. \image html fluid_widget_cxx.gif "Figure 9-10: The FLUID widget C++ attributes" - +\image latex fluid_widget_cxx.eps "The FLUID widget C++ attributes" width=10cm \subsection fluid_cpp_attributes C++ Attributes \par Class @@ -1317,7 +1317,7 @@ function/macro name to use when retrieving the localized label strings. \image html fluid-gettext.gif "Figure 9-11: Internationalization using GNU gettext" - + \image latex fluid-gettext.eps "Internationalization using GNU gettext" width=10cm The "\#include" field controls the header file to include for I18N; by default this is \b , the standard I18N file for GNU gettext. @@ -1340,7 +1340,7 @@ catalog file, and set number for retrieving the localized label strings. \image html fluid-catgets.gif "Figure 9-12: Internationalization using POSIX catgets" - + \image latex fluid-catgets.eps "Internationalization using POSIX catgets" width=10cm The "\#include" field controls the header file to include for I18N; by default this is \b , the standard I18N file for POSIX catgets. -- cgit v1.2.3