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/editor.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/editor.dox')
| -rw-r--r-- | documentation/src/editor.dox | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox index 77c8bbaa5..91123fc2c 100644 --- a/documentation/src/editor.dox +++ b/documentation/src/editor.dox @@ -143,7 +143,7 @@ Fl_Input widgets, the "replace all" and the "replace next " button is a Fl_Return_Button widget: -\image html editor-replace.png "Figure 4-1: The search and replace dialog" +\image html editor-replace.png "Figure 7.1: The search and replace dialog" \image latex editor-replace.png "The search and replace dialog" width=10cm \code @@ -604,9 +604,9 @@ Congratulations, you've just built your own text editor! \section editor_final_product The Final Product -The final editor window should look like the image in Figure 4-2. +The final editor window should look like the image in Figure 7.2. -\image html editor.png "Figure 4-2: The completed editor window" +\image html editor.png "Figure 7.2: The completed editor window" \image latex editor.png "The completed editor window" width=12cm \section editor_advanced_features Advanced Features @@ -897,9 +897,9 @@ style_parse(const char *text, <table summary="navigation bar" width="100%" border="0"> <tr> <td width="45%" align="LEFT"> - <a class="el" href="common.html"> + <a class="el" href="resize.html"> [Prev] - Common Widgets and Attributes + How does resizing work? </a> </td> <td width="10%" align="CENTER"> |
