summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-08-28 10:05:17 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-08-28 10:05:17 +0200
commitb95a7eccd939fd3482604fdd9f56be3c6168bfcd (patch)
tree6ae898a72490d36518176b2768e5819a41a011c9 /documentation/src
parentc7417f793f192993f2c6a2a1634ba1ec481d311e (diff)
Fix Doxygen problems with fl_draw() functions.
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/drawing.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 13fc9262c..42f313e51 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -775,7 +775,7 @@ void fl_rtl_draw(const char *str, int n, int x, int y)
\par
Draw a UTF-8 string of length n bytes right to left starting at the given x, y location.
-void fl_draw(const char* str, int x, int y, int w, int h, Fl_Align align, Fl_Image* img, int draw_symbols)
+void fl_draw(const char* str, int x, int y, int w, int h, Fl_Align align, Fl_Image* img, int draw_symbols, int spacing)
\par
Fancy string drawing function which is used to draw all the
@@ -785,7 +785,7 @@ characters to ^X, and aligns inside or against the edges of the
box described by \p x, \p y, \p w and \p h.
See Fl_Widget::align() for values for \p align.
The value \p FL_ALIGN_INSIDE is ignored, as this function always
-prints inside the box.
+prints inside the box. Parameter \p spacing controls the space between text and image.
\par
If \p img is provided and is not \p NULL, the