From 2d18c6f650c0001319c8883f8deb819d12984ac0 Mon Sep 17 00:00:00 2001 From: engelsman Date: Wed, 8 Dec 2021 15:00:33 +0100 Subject: 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 --- documentation/src/resize.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/src/resize.dox') 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:
- + [Prev] - Common Widgets and Attributes + Coordinates and Layout Widgets -- cgit v1.2.3