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/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index 43be79ffd..8fc0ca77c 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -29,6 +29,7 @@ HTMLFILES = \ $(SRC_DOCDIR)/intro.dox \ $(SRC_DOCDIR)/basics.dox \ $(SRC_DOCDIR)/common.dox \ + $(SRC_DOCDIR)/coordinates.dox \ $(SRC_DOCDIR)/resize.dox \ $(SRC_DOCDIR)/editor.dox \ $(SRC_DOCDIR)/drawing.dox \ -- cgit v1.2.3