From a03ab3b4988f47237fbd3dabe1b6cbdbb9b03fde Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 8 Nov 2020 15:43:34 +0100 Subject: Clarify offscreen drawing documentation ... and rename drawing chapters (sections + subsections) according to our documentation conventions (prefix "drawing_"). documentation/make_pdf: fix copyright year. --- documentation/src/common.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/src/common.dox') diff --git a/documentation/src/common.dox b/documentation/src/common.dox index 4f7a59011..96880b661 100644 --- a/documentation/src/common.dox +++ b/documentation/src/common.dox @@ -441,7 +441,7 @@ image that is shown when the widget is inactive, while the \p image() method sets the image that is shown when the widget is active. To make an image you use a subclass of -\ref ssect_Fl_Image "Fl_Image". +\ref drawing_Fl_Image "Fl_Image". \par Making Your Own Label Types @@ -509,7 +509,7 @@ any label. To create a new symbol, you implement a drawing function void drawit(Fl_Color c) which typically uses the -functions described in \ref ssect_Complex +functions described in \ref drawing_complex to generate a vector shape inside a two-by-two units sized box around the origin. This function is then linked into the symbols table using fl_add_symbol(): -- cgit v1.2.3