summaryrefslogtreecommitdiff
path: root/documentation/src/fluid.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/fluid.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/fluid.dox')
-rw-r--r--documentation/src/fluid.dox24
1 files changed, 12 insertions, 12 deletions
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 <tt>.cxx</tt> files must <tt>\#include</tt> the <tt>.h</tt> 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
<a name="addcon"> </A> <!-- For old HTML links only ! -->
\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 <tt>show()</tt> 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
<a name="defcall"> </A> <!-- For old HTML links only ! -->
\par Defining the Callbacks
@@ -476,7 +476,7 @@ not be adding any widgets to this method FLUID will assign it a return
type of <tt>void</tt>.
\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
<B>New->Code->Code.</B> Enter the method's code in the code window.
@@ -711,7 +711,7 @@ The internationalization options are described
<A HREF="#I18N">later in this chapter</A>.
\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.
<!-- NEW PAGE -->
\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 <libintl.h>, 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 <nl_types.h>, the
standard I18N file for POSIX catgets.