Improve EVT_SHOW documentation.
Mention that it applies to the TLWs only and explain when it is generated (and not generated). Closes #12353. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3616,6 +3616,11 @@ public:
|
||||
@class wxShowEvent
|
||||
|
||||
An event being sent when the window is shown or hidden.
|
||||
The event is triggered by calls to wxWindow::Show(), and any user
|
||||
action showing a previously hidden window or vice versa (if allowed by
|
||||
the current platform and/or window manager).
|
||||
Notice that the event is not triggered when the application is iconized
|
||||
(minimized) or restored under wxMSW.
|
||||
|
||||
Currently only wxMSW, wxGTK and wxOS2 generate such events.
|
||||
|
||||
|
Reference in New Issue
Block a user