diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-17 11:10:23 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-17 11:10:23 +0000 |
| commit | 690af6a7a0e98fe0401f52e8fe91bf31643241d2 (patch) | |
| tree | c65fa3499037a9c34f27d5f9bfe680d8b5222e58 /documentation/src_doc/fluid.dox | |
| parent | 501690edce2cecc356334fc42e7f429907cdfa1e (diff) | |
updated all dox files, history kept. will add other eps files on another commit
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6448 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src_doc/fluid.dox')
| -rw-r--r-- | documentation/src_doc/fluid.dox | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/documentation/src_doc/fluid.dox b/documentation/src_doc/fluid.dox index 49591a5f1..db98a17cc 100644 --- a/documentation/src_doc/fluid.dox +++ b/documentation/src_doc/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. |
