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/resize.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/resize.dox')
| -rw-r--r-- | documentation/src/resize.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/src/resize.dox b/documentation/src/resize.dox index c3b30daf9..29f687997 100644 --- a/documentation/src/resize.dox +++ b/documentation/src/resize.dox @@ -1,6 +1,6 @@ /** - \page resize How does resizing work? + \page resize How Does Resizing Work? This chapter describes the basic mechanism behind the creation of resizable user interface elements in FLTK. @@ -280,9 +280,9 @@ To summarize the key points of the new technique: <table summary="navigation bar" width="100%" border="0"> <tr> <td width="45%" align="LEFT"> - <a class="el" href="common.html"> + <a class="el" href="coordinates.html"> [Prev] - Common Widgets and Attributes + Coordinates and Layout Widgets </a> </td> <td width="10%" align="CENTER"> |
