From 4faea14c5488d86a52213004f4b6cbc4885f4596 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 17 Sep 2008 10:29:00 +0000 Subject: doxygen: fixed typos and code examples (html quotes and \ escape sequences) in tutorials git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6278 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/drawing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/drawing.dox') diff --git a/documentation/drawing.dox b/documentation/drawing.dox index 29694cc00..114f78d70 100644 --- a/documentation/drawing.dox +++ b/documentation/drawing.dox @@ -546,7 +546,7 @@ Fl_Align align, Fl_Image *img = 0, int draw_symbols = 1)

Fancy string drawing function which is used to draw all the labels. The string is formatted and aligned inside the passed -box. Handles '\t' and '\n', expands all other control +box. Handles '\\t' and '\\n', expands all other control characters to ^X, and aligns inside or against the edges of the box described by x, y, w and h. See Fl_Widget::align() -- cgit v1.2.3