From 7f24a0d6d8d27d6901b1c5d40002769c8bfadf15 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 21 Jul 2024 22:34:02 +0200 Subject: Update docs and screenshot for fl_line_style() (#1016) As a follow-up to the discussion I used the posted screenshot demo (thanks to Greg), redesigned it using Fl_Grid, and added it as a new test program, including Makefiles and CMakeLists.txt. New file: test/line_style_docs.cxx to create screenshot. Note that the old test/line_style.cxx is not obsolete, it can be used to test the line styles interactively. Docs have been updated in both chapter "Drawing Things" and the function description. Also added the new demo to test/demo.menu under "Images for Manual...". --- test/demo.menu | 1 + 1 file changed, 1 insertion(+) (limited to 'test/demo.menu') diff --git a/test/demo.menu b/test/demo.menu index e608f54e8..2869c6cf9 100644 --- a/test/demo.menu +++ b/test/demo.menu @@ -103,6 +103,7 @@ @i:clock:clock @i:popups:message @i:boxtypes:boxtype + @i:line styles:line_style_docs @i:Resize Examples\n...:@ir @ir:Example\n1:resize-example1 @ir:Example\n2:resize-example2 -- cgit v1.2.3