diff options
| author | engelsman <engelsman@users.noreply.github.com> | 2021-12-08 15:00:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-08 15:00:33 +0100 |
| commit | 2d18c6f650c0001319c8883f8deb819d12984ac0 (patch) | |
| tree | 3fe72b80a2baadf7239cc40d9a0adedf9df9970f /documentation/src/common.dox | |
| parent | eb7fb00801eb917ca1350d36ea896446cf4e5fb8 (diff) | |
Documentation on widget coordinates and layout, plus new test programs (#304)
Add coordinates and layout section to user manual
add section to user manual to clarify the use of window-relative
coordinates in both Fl_Group and Fl_Window containers, and include
brief descriptions of current layout manager widgets in one place.
add test/coordinates.cxx, test/wizard.cxx and related screenshots
under documentation/src.
update CMakeLists.txt, Makefile and .gitignore for new files.
Co-authored-by: Albrecht Schlosser <albrechts.fltk@online.de>
Diffstat (limited to 'documentation/src/common.dox')
| -rw-r--r-- | documentation/src/common.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/common.dox b/documentation/src/common.dox index 4950065a5..ca2613f32 100644 --- a/documentation/src/common.dox +++ b/documentation/src/common.dox @@ -640,8 +640,8 @@ combined with any modifiers like \p Shift , \p Alt , and \p Control. <a class="el" href="index.html">[Index]</a> </td> <td width="45%" align="RIGHT"> - <a class="el" href="resize.html"> - How does resizing work? + <a class="el" href="coordinates.html"> + Coordinates and Layout Widgets [Next] </a> </td> |
