Add detail to the documentation of the FL_HIDE event.
This commit is contained in:
parent
dfe73d8ebc
commit
8463ac39ca
@ -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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user