diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-08-03 10:01:24 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-08-03 10:01:24 +0200 |
| commit | 8463ac39ca49e1f3ac135961a8f2f8deee1afb22 (patch) | |
| tree | e831bee5fdd1e480341229ee20673123a9652d42 /FL/Enumerations.H | |
| parent | dfe73d8ebc42737d9e8109fc51c59d82c86f0939 (diff) | |
Add detail to the documentation of the FL_HIDE event.
Diffstat (limited to 'FL/Enumerations.H')
| -rw-r--r-- | FL/Enumerations.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 032717f1b..5a39c2a92 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -257,7 +257,8 @@ enum Fl_Event { // events /** This widget is no longer visible, due to Fl_Widget::hide() being called on it or one of its parents, or due to a parent window being minimized (under Wayland, minimized toplevel windows don't receive - the FL_HIDE event). + the FL_HIDE event, except if minimized programmatically calling + Fl_Window::iconize()). Fl_Widget::visible() may still be true after this, but the widget is visible only if visible() is true for it and all its parents (use Fl_Widget::visible_r() to check this). |
