From 57a87f705324305092a671193784af596a340949 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:17:31 +0100 Subject: Fix "\todo provide user documentation for fl_set_status function" --- src/fl_font.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/fl_font.cxx b/src/fl_font.cxx index 423c49ab9..36004ae05 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -60,6 +60,11 @@ void fl_reset_spot() Fl::screen_driver()->reset_spot(); } +/** Related to text input methods under X11. + This function is presently used only by the \c utf8 test application and only for the X11 platform. + This function is apparently not indispensable for text input to work correctly + as suggested by other apps that don't use it (e.g., editor). + */ void fl_set_status(int X, int Y, int W, int H) { Fl::screen_driver()->set_status(X, Y, W, H); -- cgit v1.2.3