diff options
| author | Duncan Gibson <engelsman@users.noreply.github.com> | 2020-07-11 01:03:09 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-13 23:12:54 +0200 |
| commit | 70385593387e1f47549e050c3aaea047a96bc7a2 (patch) | |
| tree | acbc5018cf01d09aed4a674f50ebc2afa8c0dd1d /documentation/src/examples.dox | |
| parent | 44375763aabefb9c3403540e2914aa41aed17a87 (diff) | |
add resize documentation as per STR3433
add resize chapter to documentation, plus images,
based on Article #415: How does resizing work?
https://www.fltk.org/articles.php?L415
see also https://www.fltk.org/str.php?L3433
Diffstat (limited to 'documentation/src/examples.dox')
| -rw-r--r-- | documentation/src/examples.dox | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox index 4bd3ccd0d..85dd74d76 100644 --- a/documentation/src/examples.dox +++ b/documentation/src/examples.dox @@ -757,7 +757,7 @@ the display \b should look when running the example programs. The \c cairo_test demo program shows three shiny buttons drawn with Cairo in an Fl_Cairo_Window. - \image html cairo_test.png "Buttons drawn with Cairo" + \image html cairo_test.png "Figure 22.1: Buttons drawn with Cairo" \image latex cairo_test.png "Buttons drawn with Cairo" width=8cm @@ -767,7 +767,7 @@ in an Fl_Cairo_Window. The \c icon program lets you set the program icon from an image (here an Fl_RGB_Image). - \image html icon.png "Green icon (Windows 10)" + \image html icon.png "Figure 22.2: Green icon (Windows 10)" \image latex icon.png "Green icon (Windows 10)" width=6cm @@ -777,7 +777,7 @@ an Fl_RGB_Image). Select "drawing images" in the browser at the left side to see the image drawing example: - \image html unittest_images.png "Image Drawing" + \image html unittest_images.png "Figure 22.3: Image Drawing" \image latex unittest_images.png "Image Drawing" width=12cm @@ -795,7 +795,9 @@ image drawing example: <a class="el" href="index.html">[Index]</a> </td> <td width="45%" align="RIGHT"> - + <a class="el" href="faq.html"> + Frequently Asked Questions + [Next] </a> </td> </tr> |
