]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
Add wxRichMessageDialog class.
[wxWidgets.git] / interface / wx / event.h
index 5d95b9b29a92e63d292449e707904dcd771001a6..ce3793bd082399d36043e86c4bc4c2d4e6a411f8 100644 (file)
@@ -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.