summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-08-03 09:47:58 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-08-03 09:47:58 +0200
commitdfe73d8ebc42737d9e8109fc51c59d82c86f0939 (patch)
tree25e64655411e91cc25642164542a8746804f804e /documentation/src
parent50184f994699a19185a2c3e73861bb13f5579d23 (diff)
Document that the Wayland platform doesn't send FL_HIDE to minimized windows.
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/events.dox10
1 files changed, 1 insertions, 9 deletions
diff --git a/documentation/src/events.dox b/documentation/src/events.dox
index 765e0720d..af0b381dc 100644
--- a/documentation/src/events.dox
+++ b/documentation/src/events.dox
@@ -301,15 +301,7 @@ This widget is no longer visible, due to
\ref Fl_Widget::hide() "hide()"
being called on it or one of its parents, or due to a parent window
being minimized.
-Please note that although
-\ref Fl_Widget::visible() "visible()"
-may still return true for this widget after receiving this event,
-it is only truly visible if
-\ref Fl_Widget::visible() "visible()"
-is true for both it and all of its parents.
-(You can use
-\ref Fl_Widget::visible_r() "visible_r()"
-to check this).
+\see FL_HIDE
\subsection events_fl_show FL_SHOW