summaryrefslogtreecommitdiff
path: root/documentation/Doxyfile.in
diff options
context:
space:
mode:
authorengelsman <engelsman@users.noreply.github.com>2021-12-08 15:00:33 +0100
committerGitHub <noreply@github.com>2021-12-08 15:00:33 +0100
commit2d18c6f650c0001319c8883f8deb819d12984ac0 (patch)
tree3fe72b80a2baadf7239cc40d9a0adedf9df9970f /documentation/Doxyfile.in
parenteb7fb00801eb917ca1350d36ea896446cf4e5fb8 (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/Doxyfile.in')
-rw-r--r--documentation/Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in
index 669795747..64d47ddb1 100644
--- a/documentation/Doxyfile.in
+++ b/documentation/Doxyfile.in
@@ -557,6 +557,7 @@ INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/preface.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/intro.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/basics.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/common.dox
+INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/coordinates.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/resize.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/editor.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/drawing.dox