[master] 4d31c5b - Fix doxygen docs of fl_draw_check()
"Albrecht Schlosser"
Nov 19, 2021
commit 4d31c5bd4f3a45ceb36f422f99c18408fad131cc
Author: Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Fri Nov 19 14:29:46 2021 +0100
Commit: Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Fri Nov 19 14:29:46 2021 +0100
Fix doxygen docs of fl_draw_check()
.. as pointed out by Ian in fltk.coredev. Thanks.
src/fl_draw.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git src/fl_draw.cxx src/fl_draw.cxx
index 26f49f1..4dbfedc 100644
--- src/fl_draw.cxx
+++ src/fl_draw.cxx
@@ -492,8 +492,8 @@ void fl_restore_scale(float s) {
The size limits are implementation details and may be changed at any time.
- \param[in] X,Y top left corner of the bounding box
- \param[in] W,H width and height of the bounding box
+ \param[in] bb rectangle that defines the bounding box
+ \param[in] col Fl_Color to draw the check mark
\since 1.4.0
*/
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.