summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-14 18:14:48 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-14 18:14:48 +0100
commit4b315d190c41133786cc8b84282a7c102b31c14c (patch)
tree7b5f265f0f1d6bb872fdec91bc58079748c6b676 /src/Fl.cxx
parent6842a43a3170c6f7a852186d5688baebdac16e2c (diff)
Fix dependencies and whitespace issues
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 94cfff6e8..7bb710480 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -946,7 +946,7 @@ Fl_Widget* fl_oldfocus; // kludge for Fl_Group...
Use this function inside the \c handle(int) member function of a widget of yours
to give focus to the widget, for example when it receives the FL_FOCUS or the FL_PUSH event.
Otherwise, use Fl_Widget::take_focus() to give focus to a widget;
-
+
If you change Fl::focus(), the previous widget and all
parents (that don't contain the new widget) are sent FL_UNFOCUS
events. Changing the focus does \e not send FL_FOCUS to