summaryrefslogtreecommitdiff
path: root/documentation/src/events.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-07-02 16:16:48 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-07-02 17:19:52 +0200
commita05ae33e20b09ab952ddbbf6762d5cfec77e4943 (patch)
treed56c63638917b24e3a35b7ca21dfbbe589c6f234 /documentation/src/events.dox
parent9a5bdf40a475519ff7b80a9cc51452966e8325e2 (diff)
Remove deprecated methods and functions
In FLTK 1.5 we remove most (but not all) methods and functions that were deprecated in FLTK 1.3 or earlier.
Diffstat (limited to 'documentation/src/events.dox')
-rw-r--r--documentation/src/events.dox16
1 files changed, 6 insertions, 10 deletions
diff --git a/documentation/src/events.dox b/documentation/src/events.dox
index 38dabeb6f..765e0720d 100644
--- a/documentation/src/events.dox
+++ b/documentation/src/events.dox
@@ -458,15 +458,12 @@ event by returning 1. FLTK will then remove the event and wait for further event
from the host. If the widget's handle function returns 0, FLTK may redistribute
the event based on a few rules.
-Most events are sent directly to the \p handle() method
-of the Fl_Window that the window system says they
-belong to. The window (actually the Fl_Group that
-Fl_Window is a subclass of) is responsible for sending
-the events on to any child widgets. To make the
-Fl_Group code somewhat easier, FLTK sends some events
-(\p FL_DRAG, \p FL_RELEASE, \p FL_KEYBOARD,
-\p FL_SHORTCUT, \p FL_UNFOCUS, and \p FL_LEAVE)
-directly to leaf widgets. These procedures
+Most events are sent directly to the \p handle() method of the Fl_Window that
+the window system says they belong to. The window (actually the Fl_Group that
+Fl_Window is a subclass of) is responsible for sending the events on to any
+child widgets. To make the Fl_Group code somewhat easier, FLTK sends some
+events (\p FL_DRAG, \p FL_RELEASE, \p FL_KEYBOARD, \p FL_SHORTCUT,
+\p FL_UNFOCUS, and \p FL_LEAVE) directly to leaf widgets. These procedures
control those leaf widgets:
\li Fl::add_handler()
@@ -475,7 +472,6 @@ control those leaf widgets:
\li Fl::grab()
\li Fl::modal()
\li Fl::pushed()
-\li Fl::release() (deprecated, see Fl::grab(0))
\li Fl_Widget::take_focus()
FLTK propagates events along the widget hierarchy depending on the kind of event