]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/nativewin.h
implementation of HotKey, see #12354
[wxWidgets.git] / include / wx / nativewin.h
index f38d8e978f9a96416edb193840f64b0b9bd5dbd8..60d94037cff1d42d27aa5d52ef46b66b4a9f623d 100644 (file)
@@ -145,6 +145,9 @@ public:
         return false;
     }
 
+#ifdef __WXMSW__
+    virtual bool IsShown() const;
+#endif // __WXMSW__
 
     // this is an implementation detail: called when the native window is
     // destroyed by an outside agency; deletes the C++ object too but can in