diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-12-08 23:53:04 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-12-08 23:53:04 +0000 |
| commit | 9e2d044caa7d71c25529c51a57f28f57c5660231 (patch) | |
| tree | f502544b302e6f0fd7c38cc5c0e467acd9a862cf /FL | |
| parent | 163476f6659e4bc9e6e8648baaaa8404167ff940 (diff) | |
As per thread on fltk.development: "RFC: Docs - getting rid of .eps files"
Summary:
Get rid of eps files,
change all doxygen '\image latex' references to eps files to png/jpeg instead,
convert doxygen images from gif -> png (to support html+latex).
Actual operations:
1) svn remove *.eps
2) convert all gifs -> png
3) svn remove *.gif
4) svn add *.png
5) For jpeg/png images, change all \image latex foo.eps .. -> \image latex foo.[jpg,png] ..
6) For gif images, change all \image html foo.gif .. -> \image html foo.png
and (harder to do): change \image latex foo.eps .. -> \image latex foo.png ..
7) Remove EPSFILES macro from documentation/Makefile
and remove eps related dependencies that were added recently
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7981 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Enumerations.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Adjuster.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Chart.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Check_Button.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Choice.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Clock.H | 16 | ||||
| -rw-r--r-- | FL/Fl_Color_Chooser.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Counter.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Dial.H | 4 | ||||
| -rw-r--r-- | FL/Fl_File_Input.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Group.H | 8 | ||||
| -rw-r--r-- | FL/Fl_Light_Button.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Menu_Bar.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Menu_Button.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Menu_Item.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Output.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Positioner.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Return_Button.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Roller.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Round_Button.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Scroll.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Scrollbar.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Simple_Counter.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Slider.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Table.H | 12 | ||||
| -rw-r--r-- | FL/Fl_Tabs.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Tile.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Tree.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Valuator.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Value_Input.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Value_Output.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Value_Slider.H | 4 | ||||
| -rw-r--r-- | FL/fl_show_colormap.H | 4 |
33 files changed, 76 insertions, 76 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 2b4179f6d..28e75ecab 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -435,8 +435,8 @@ enum Fl_When { // Fl_Widget::when(): leaving the interior unchanged. The blue color in Figure 1 is the area that is not drawn by the frame types. - \image html boxtypes.gif "Figure 1: FLTK standard box types" - \image latex boxtypes.eps "FLTK standard box types" width=10cm + \image html boxtypes.png "Figure 1: FLTK standard box types" + \image latex boxtypes.png "FLTK standard box types" width=10cm \todo Description of boxtypes is incomplete. See below for the defined enum Fl_Boxtype. \see src/Fl_get_system_colors.cxx diff --git a/FL/Fl_Adjuster.H b/FL/Fl_Adjuster.H index 74d8d6d50..621c8c066 100644 --- a/FL/Fl_Adjuster.H +++ b/FL/Fl_Adjuster.H @@ -40,8 +40,8 @@ /** The Fl_Adjuster widget was stolen from Prisms, and has proven to be very useful for values that need a large dynamic range. - \image html adjuster1.gif - \image latex adjuster1.eps "Fl_Adjuster" width=4cm + \image html adjuster1.png + \image latex adjuster1.png "Fl_Adjuster" width=4cm <P>When you press a button and drag to the right the value increases. When you drag to the left it decreases. The largest button adjusts by 100 * step(), the next by 10 * step() and that diff --git a/FL/Fl_Chart.H b/FL/Fl_Chart.H index cadeef294..7970e4b6a 100644 --- a/FL/Fl_Chart.H +++ b/FL/Fl_Chart.H @@ -61,8 +61,8 @@ struct FL_CHART_ENTRY { \brief Fl_Chart displays simple charts. It is provided for Forms compatibility. - \image html charts.gif - \image latex charts.eps "Fl_Chart" width=10cm + \image html charts.png + \image latex charts.png "Fl_Chart" width=10cm \todo Refactor Fl_Chart::type() information. The type of an Fl_Chart object can be set using type(uchar t) to: diff --git a/FL/Fl_Check_Button.H b/FL/Fl_Check_Button.H index efcb3c715..47752dff7 100644 --- a/FL/Fl_Check_Button.H +++ b/FL/Fl_Check_Button.H @@ -37,8 +37,8 @@ \class Fl_Check_Button \brief A button with an "checkmark" to show its status. - \image html Fl_Check_Button.gif - \image latex Fl_Check_Button.eps "Fl_Check_Button" width=4cm + \image html Fl_Check_Button.png + \image latex Fl_Check_Button.png "Fl_Check_Button" width=4cm Buttons generate callbacks when they are clicked by the user. You control exactly when and how by changing the values for type() and when(). diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H index b7aa834ec..5f2d78bcb 100644 --- a/FL/Fl_Choice.H +++ b/FL/Fl_Choice.H @@ -64,8 +64,8 @@ you pick the item with the mouse. The '\&' character in item names are only looked at when the menu is popped up, however. - \image html choice.gif - \image latex choice.eps "Fl_Choice" width=4cm + \image html choice.png + \image latex choice.png "Fl_Choice" width=4cm \todo Refactor the doxygen comments for Fl_Choice changed() documentation. \li <tt>int Fl_Widget::changed() const</tt> diff --git a/FL/Fl_Clock.H b/FL/Fl_Clock.H index 402969f9d..c04369f9e 100644 --- a/FL/Fl_Clock.H +++ b/FL/Fl_Clock.H @@ -53,12 +53,12 @@ \htmlonly <BR> <table align=CENTER border=1 cellpadding=5 > <caption align=bottom>type() FL_SQUARE_CLOCK and FL_ROUND_CLOCK </caption> <TR><TD> \endhtmlonly - \image html clock.gif + \image html clock.png \htmlonly </TD> <TD> \endhtmlonly - \image html round_clock.gif + \image html round_clock.png \htmlonly </TD> </TR> </table> \endhtmlonly - \image latex clock.eps "FL_SQUARE_CLOCK type" width=4cm - \image latex round_clock.eps "FL_ROUND_CLOCK type" width=4cm + \image latex clock.png "FL_SQUARE_CLOCK type" width=4cm + \image latex round_clock.png "FL_ROUND_CLOCK type" width=4cm */ class FL_EXPORT Fl_Clock_Output : public Fl_Widget { int hour_, minute_, second_; @@ -112,12 +112,12 @@ public: You can choose the rounded or square type of the clock with type(), see below. \htmlonly <BR> <table align=CENTER border=1 cellpadding=5 > <caption align=bottom>type() FL_SQUARE_CLOCK and FL_ROUND_CLOCK </caption> <TR><TD> \endhtmlonly - \image html clock.gif + \image html clock.png \htmlonly </TD> <TD> \endhtmlonly - \image html round_clock.gif + \image html round_clock.png \htmlonly </TD> </TR> </table> \endhtmlonly - \image latex clock.eps "FL_SQUARE_CLOCK type" width=4cm - \image latex round_clock.eps "FL_ROUND_CLOCK type" width=4cm + \image latex clock.png "FL_SQUARE_CLOCK type" width=4cm + \image latex round_clock.png "FL_ROUND_CLOCK type" width=4cm */ class FL_EXPORT Fl_Clock : public Fl_Clock_Output { public: diff --git a/FL/Fl_Color_Chooser.H b/FL/Fl_Color_Chooser.H index 04235be63..3f7454107 100644 --- a/FL/Fl_Color_Chooser.H +++ b/FL/Fl_Color_Chooser.H @@ -84,7 +84,7 @@ public: \brief The Fl_Color_Chooser widget provides a standard RGB color chooser. \image html fl_color_chooser.jpg - \image latex fl_color_chooser.eps "fl_color_chooser()" width=5cm + \image latex fl_color_chooser.jpg "fl_color_chooser()" width=5cm You can place any number of the widgets into a panel of your own design. The diagram shows the widget as part of a color chooser dialog created by diff --git a/FL/Fl_Counter.H b/FL/Fl_Counter.H index 1fa5299cb..f398b82d6 100644 --- a/FL/Fl_Counter.H +++ b/FL/Fl_Counter.H @@ -45,8 +45,8 @@ Controls a single floating point value with button (or keyboard) arrows. Double arrows buttons achieve larger steps than simple arrows. \see Fl_Spinner for value input with vertical step arrows. - <P align=center>\image html counter.gif</P> - \image latex counter.eps "Fl_Counter" width=4cm + <P align=center>\image html counter.png</P> + \image latex counter.png "Fl_Counter" width=4cm \todo Refactor the doxygen comments for Fl_Counter type() documentation. diff --git a/FL/Fl_Dial.H b/FL/Fl_Dial.H index 0e7197020..5d819b6f3 100644 --- a/FL/Fl_Dial.H +++ b/FL/Fl_Dial.H @@ -43,8 +43,8 @@ /** The Fl_Dial widget provides a circular dial to control a single floating point value. - <P ALIGN=CENTER>\image html dial.gif - \image latex dial.eps "Fl_Dial" width=4cm + <P ALIGN=CENTER>\image html dial.png + \image latex dial.png "Fl_Dial" width=4cm Use type() to set the type of the dial to: <UL> <LI>FL_NORMAL_DIAL - Draws a normal dial with a knob. </LI> diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index e02cbe1dd..24ae315ca 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -44,8 +44,8 @@ and also FL_WHEN_RELEASE for button release when changing to parent dir. FL_WHEN_RELEASE callback won't be called if the directory clicked is the same that the current one. - <P align=CENTER> \image html Fl_File_Input.gif </P> - \image latex Fl_File_Input.eps "Fl_File_Input" width=6cm + <P align=CENTER> \image html Fl_File_Input.png </P> + \image latex Fl_File_Input.png "Fl_File_Input" width=6cm \note As all Fl_Input derived objects, Fl_File_Input may call its callback when loosing focus (see FL_UNFOCUS) to update its state like its cursor shape. One resulting side effect is that you should call clear_changed() early in your callback diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index d3133e347..29752b098 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -128,13 +128,13 @@ public: In these examples the gray area is the resizable: - \image html resizebox1.gif + \image html resizebox1.png - \image html resizebox2.gif + \image html resizebox2.png - \image latex resizebox1.eps "before resize" width=4cm + \image latex resizebox1.png "before resize" width=4cm - \image latex resizebox2.eps "after resize" width=4cm + \image latex resizebox2.png "after resize" width=4cm The resizable may be set to the group itself, in which case all the contents are resized. This is the default value for Fl_Group, diff --git a/FL/Fl_Light_Button.H b/FL/Fl_Light_Button.H index 1fca64c60..dc8591b3a 100644 --- a/FL/Fl_Light_Button.H +++ b/FL/Fl_Light_Button.H @@ -41,8 +41,8 @@ Buttons generate callbacks when they are clicked by the user. You control exactly when and how by changing the values for type() and when(). - <P ALIGN=CENTER>\image html Fl_Light_Button.gif</P> - \image latex Fl_Light_Button.eps "Fl_Light_Button" width=4cm + <P ALIGN=CENTER>\image html Fl_Light_Button.png</P> + \image latex Fl_Light_Button.png "Fl_Light_Button" width=4cm */ class FL_EXPORT Fl_Light_Button : public Fl_Button { protected: diff --git a/FL/Fl_Menu_Bar.H b/FL/Fl_Menu_Bar.H index 43ff461a1..cdf0e107b 100644 --- a/FL/Fl_Menu_Bar.H +++ b/FL/Fl_Menu_Bar.H @@ -44,8 +44,8 @@ top level menu defines the items in the menubar, while the submenus define the pull-down menus. Sub-sub menus and lower pop up to the right of the submenus. </P> - <P ALIGN=CENTER>\image html menubar.gif</P> - \image latex menubar.eps " menubar" width=12cm + <P ALIGN=CENTER>\image html menubar.png</P> + \image latex menubar.png " menubar" width=12cm <P>If there is an item in the top menu that is not a title of a submenu, then it acts like a "button" in the menubar. Clicking on it will pick it. </P> diff --git a/FL/Fl_Menu_Button.H b/FL/Fl_Menu_Button.H index f1b1d5e28..ec63d6ce2 100644 --- a/FL/Fl_Menu_Button.H +++ b/FL/Fl_Menu_Button.H @@ -37,8 +37,8 @@ This is a button that when pushed pops up a menu (or hierarchy of menus) defined by an array of Fl_Menu_Item objects. - <P ALIGN=CENTER>\image html menu_button.gif</P> - \image latex menu_button.eps " menu_button" width=5cm + <P ALIGN=CENTER>\image html menu_button.png</P> + \image latex menu_button.png " menu_button" width=5cm <P>Normally any mouse button will pop up a menu and it is lined up below the button as shown in the picture. However an Fl_Menu_Button may also control a pop-up menu. This is done by setting the type() diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H index 7c01379ef..1afeeab46 100644 --- a/FL/Fl_Menu_Item.H +++ b/FL/Fl_Menu_Item.H @@ -102,8 +102,8 @@ class Fl_Menu_; \endcode produces: - \image html menu.gif - \image latex menu.eps "menu" width=10cm + \image html menu.png + \image latex menu.png "menu" width=10cm A submenu title is identified by the bit FL_SUBMENU in the flags field, and ends with a label() that is NULL. diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index 25267cce9..321ad00c8 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -38,8 +38,8 @@ which is useful for program-generated values. The user may select portions of the text using the mouse and paste the contents into other fields or programs. - <P align=CENTER>\image html text.gif</P> - \image latex text.eps "Fl_Output" width=8cm + <P align=CENTER>\image html text.png</P> + \image latex text.png "Fl_Output" width=8cm <P>There is a single subclass, Fl_Multiline_Output, which allows you to display multiple lines of text. Fl_Multiline_Output does not provide scroll bars. If a more diff --git a/FL/Fl_Positioner.H b/FL/Fl_Positioner.H index e51a98ea7..3f4e096f8 100644 --- a/FL/Fl_Positioner.H +++ b/FL/Fl_Positioner.H @@ -40,8 +40,8 @@ It would be useful if this could be put atop another widget so that the crosshairs are on top, but this is not implemented. The color of the crosshairs is selection_color(). - <P ALIGN=CENTER>\image html positioner.gif </P> - \image latex positioner.eps " Fl_Positioner" width=4cm + <P ALIGN=CENTER>\image html positioner.png </P> + \image latex positioner.png " Fl_Positioner" width=4cm */ class FL_EXPORT Fl_Positioner : public Fl_Widget { diff --git a/FL/Fl_Return_Button.H b/FL/Fl_Return_Button.H index 1a75d430a..e6ac3549f 100644 --- a/FL/Fl_Return_Button.H +++ b/FL/Fl_Return_Button.H @@ -36,8 +36,8 @@ The Fl_Return_Button is a subclass of Fl_Button that generates a callback when it is pressed or when the user presses the Enter key. A carriage-return symbol is drawn next to the button label. - <P ALIGN=CENTER>\image html Fl_Return_Button.gif - \image latex Fl_Return_Button.eps "Fl_Return_Button" width=4cm + <P ALIGN=CENTER>\image html Fl_Return_Button.png + \image latex Fl_Return_Button.png "Fl_Return_Button" width=4cm */ class FL_EXPORT Fl_Return_Button : public Fl_Button { protected: diff --git a/FL/Fl_Roller.H b/FL/Fl_Roller.H index 3287c445a..da916a527 100644 --- a/FL/Fl_Roller.H +++ b/FL/Fl_Roller.H @@ -38,8 +38,8 @@ /** The Fl_Roller widget is a "dolly" control commonly used to move 3D objects. - <P ALIGN=CENTER>\image html Fl_Roller.gif - \image latex Fl_Roller.eps "Fl_Roller" width=4cm + <P ALIGN=CENTER>\image html Fl_Roller.png + \image latex Fl_Roller.png "Fl_Roller" width=4cm */ class FL_EXPORT Fl_Roller : public Fl_Valuator { protected: diff --git a/FL/Fl_Round_Button.H b/FL/Fl_Round_Button.H index 5fb1c5501..ed39e96c4 100644 --- a/FL/Fl_Round_Button.H +++ b/FL/Fl_Round_Button.H @@ -37,8 +37,8 @@ Buttons generate callbacks when they are clicked by the user. You control exactly when and how by changing the values for type() and when(). - <P ALIGN=CENTER>\image html Fl_Round_Button.gif</P> - \image latex Fl_Round_Button.eps " Fl_Round_Button" width=4cm + <P ALIGN=CENTER>\image html Fl_Round_Button.png</P> + \image latex Fl_Round_Button.png " Fl_Round_Button" width=4cm <P>The Fl_Round_Button subclass display the "on" state by turning on a light, rather than drawing pushed in. The shape of the "light" is initially set to FL_ROUND_DOWN_BOX. The color of the light diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H index bffe9c62c..580b838cb 100644 --- a/FL/Fl_Scroll.H +++ b/FL/Fl_Scroll.H @@ -39,8 +39,8 @@ larger than your window. If the child widgets are larger than the size of this object then scrollbars will appear so that you can scroll over to them: - \image html Fl_Scroll.gif - \image latex Fl_Scroll.eps "Fl_Scroll" width=4cm + \image html Fl_Scroll.png + \image latex Fl_Scroll.png "Fl_Scroll" width=4cm If all of the child widgets are packed together into a solid rectangle then you want to set box() to FL_NO_BOX or diff --git a/FL/Fl_Scrollbar.H b/FL/Fl_Scrollbar.H index 3e7431210..06c0b3edc 100644 --- a/FL/Fl_Scrollbar.H +++ b/FL/Fl_Scrollbar.H @@ -46,8 +46,8 @@ have to use casts to get at the floating-point versions of value() from Fl_Slider. - \image html scrollbar.gif - \image latex scrollbar.eps "Fl_Scrollbar" width=4cm + \image html scrollbar.png + \image latex scrollbar.png "Fl_Scrollbar" width=4cm */ class FL_EXPORT Fl_Scrollbar : public Fl_Slider { diff --git a/FL/Fl_Simple_Counter.H b/FL/Fl_Simple_Counter.H index 09c5a677c..c870ec869 100644 --- a/FL/Fl_Simple_Counter.H +++ b/FL/Fl_Simple_Counter.H @@ -34,8 +34,8 @@ #include "Fl_Counter.H" /** This widget creates a counter with only 2 arrow buttons - <P align=center>\image html counter.gif</P> - \image latex counter.eps "Fl_Simple_Counter" width=4cm + <P align=center>\image html counter.png</P> + \image latex counter.png "Fl_Simple_Counter" width=4cm */ class Fl_Simple_Counter : public Fl_Counter { public: diff --git a/FL/Fl_Slider.H b/FL/Fl_Slider.H index 71012a6ba..0055f11db 100644 --- a/FL/Fl_Slider.H +++ b/FL/Fl_Slider.H @@ -64,8 +64,8 @@ \li FL_HOR_NICE_SLIDER - Draws a horizontal slider with a nice looking control knob. - \image html slider.gif - \image latex slider.eps "Fl_Slider" width=4cm + \image html slider.png + \image latex slider.png "Fl_Slider" width=4cm */ class FL_EXPORT Fl_Slider : public Fl_Valuator { diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H index ae2877709..1b258ac18 100644 --- a/FL/Fl_Table.H +++ b/FL/Fl_Table.H @@ -69,11 +69,11 @@ - As a regular container of FLTK widgets, one widget per cell. See examples/table-as-container.cxx. \em Not recommended for large tables. - \image html table-simple.gif - \image latex table-simple.eps "table-simple example" width=6cm + \image html table-simple.png + \image latex table-simple.png "table-simple example" width=6cm - \image html table-as-container.gif - \image latex table-as-container.eps "table-as-container example" width=6cm + \image html table-as-container.png + \image latex table-as-container.png "table-as-container example" width=6cm When acting as part of a custom widget, events on the cells and/or headings generate callbacks when they are clicked by the user. You control when events @@ -85,8 +85,8 @@ The following variables are available to classes deriving from Fl_Table: - \image html table-dimensions.gif - \image latex table-dimensions.eps "Fl_Table Dimensions" width=6cm + \image html table-dimensions.png + \image latex table-dimensions.png "Fl_Table Dimensions" width=6cm <table border=0> <tr><td>x()/y()/w()/h()</td> diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index c8af5b815..c55a0b74e 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -38,8 +38,8 @@ interface that allows you to put lots and lots of buttons and switches in a panel, as popularized by many toolkits. - \image html tabs.gif - \image latex tabs.eps "Fl_Tabs" width=8cm + \image html tabs.png + \image latex tabs.png "Fl_Tabs" width=8cm Clicking the tab makes a child visible() by calling show() on it, and all other children are made invisible diff --git a/FL/Fl_Tile.H b/FL/Fl_Tile.H index a330b2590..cde2667b0 100644 --- a/FL/Fl_Tile.H +++ b/FL/Fl_Tile.H @@ -37,8 +37,8 @@ The Fl_Tile class lets you resize the children by dragging the border between them: - <P ALIGN=CENTER>\image html Fl_Tile.gif </P> - \image latex Fl_Tile.eps "Fl_Tile" width=4cm + <P ALIGN=CENTER>\image html Fl_Tile.png </P> + \image latex Fl_Tile.png "Fl_Tile" width=4cm <P>For the tiling to work correctly, the children of an Fl_Tile must cover the entire area of the widget, but not diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H index 9b28abb2a..af25e2312 100644 --- a/FL/Fl_Tree.H +++ b/FL/Fl_Tree.H @@ -116,7 +116,7 @@ /// callback_item() and callback_reason() can be used to determine the cause of the callback. /// /// \image html tree-elements.png -/// \image latex tree-elements.eps "Fl_Tree dimensions" width=6cm +/// \image latex tree-elements.png "Fl_Tree dimensions" width=6cm /// /// \enum Fl_Tree_Reason diff --git a/FL/Fl_Valuator.H b/FL/Fl_Valuator.H index f045d236d..46d0d3518 100644 --- a/FL/Fl_Valuator.H +++ b/FL/Fl_Valuator.H @@ -44,8 +44,8 @@ and provides a consistent interface to set the value, range, and step, and insures that callbacks are done the same for every object. <P>There are probably more of these classes in FLTK than any others: - <P ALIGN=CENTER>\image html valuators.gif</P> - \image latex valuators.eps "Valuators derived from Fl_Valuators" width=10cm + <P ALIGN=CENTER>\image html valuators.png</P> + \image latex valuators.png "Valuators derived from Fl_Valuators" width=10cm <P>In the above diagram each box surrounds an actual subclass. These are further differentiated by setting the type() of the widget t o the symbolic value labeling the widget. diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index b70537b47..517d177ae 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -59,8 +59,8 @@ of numbers are limited to integers instead of floating point values. - <P ALIGN="CENTER">\image html Fl_Value_Input.gif - \image latex Fl_Value_Input.eps "Fl_Value_Input" width=8cm + <P ALIGN="CENTER">\image html Fl_Value_Input.png + \image latex Fl_Value_Input.png "Fl_Value_Input" width=8cm */ class FL_EXPORT Fl_Value_Input : public Fl_Valuator { public: diff --git a/FL/Fl_Value_Output.H b/FL/Fl_Value_Output.H index b3f4d7a3e..03bb9012d 100644 --- a/FL/Fl_Value_Output.H +++ b/FL/Fl_Value_Output.H @@ -44,8 +44,8 @@ <P>This is much lighter-weight than Fl_Value_Input because it contains no text editing code or character buffer. </P> - <P ALIGN=CENTER>\image html Fl_Value_Output.gif - \image latex Fl_Value_Output.eps "Fl_Value_Output" width=8cm + <P ALIGN=CENTER>\image html Fl_Value_Output.png + \image latex Fl_Value_Output.png "Fl_Value_Output" width=8cm */ class FL_EXPORT Fl_Value_Output : public Fl_Valuator { Fl_Font textfont_; diff --git a/FL/Fl_Value_Slider.H b/FL/Fl_Value_Slider.H index 78a78b21d..37a6597e5 100644 --- a/FL/Fl_Value_Slider.H +++ b/FL/Fl_Value_Slider.H @@ -36,8 +36,8 @@ /** The Fl_Value_Slider widget is a Fl_Slider widget with a box displaying the current value. - <P ALIGN=CENTER>\image html value_slider.gif - \image latex value_slider.eps "Fl_Value_Slider" width=4cm + <P ALIGN=CENTER>\image html value_slider.png + \image latex value_slider.png "Fl_Value_Slider" width=4cm */ class FL_EXPORT Fl_Value_Slider : public Fl_Slider { Fl_Font textfont_; diff --git a/FL/fl_show_colormap.H b/FL/fl_show_colormap.H index 2106553bc..7aace219c 100644 --- a/FL/fl_show_colormap.H +++ b/FL/fl_show_colormap.H @@ -41,8 +41,8 @@ /** \brief Pops up a window to let the user pick an colormap entry. - \image html fl_show_colormap.gif - \image latex fl_show_colormap.eps "fl_show_colormap" width=8cm + \image html fl_show_colormap.png + \image latex fl_show_colormap.png "fl_show_colormap" width=8cm \param[in] oldcol color to be highlighted when grid is shown. \retval Fl_Color value of the chosen colormap entry. \sa Fl_Color_Chooser |
