]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
replaced quotes in #include with angle brackets
[wxWidgets.git] / include / wx / msw / toplevel.h
index 5db5199e477787ec0c6db3ca6355abed393a1c86..fc21871ac36c2ede9636e8c60ba6d1b2e8c85277 100644 (file)
@@ -96,6 +96,9 @@ protected:
     // translate wxWindows flags to Windows ones
     virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle) const;
 
+    // choose the right parent to use with CreateWindow()
+    virtual WXHWND MSWGetParent() const;
+
     // we handle WM_NCACTIVATE specially here
     virtual long MSWWindowProc(WXUINT msg, WXWPARAM wParam, WXLPARAM lParam);
 
@@ -112,6 +115,10 @@ protected:
     long                  m_fsOldWindowStyle;
     bool                  m_fsIsMaximized;
     bool                  m_fsIsShowing;
+
+    // the hidden parent window for the frames which shouldn't appear in the
+    // taskbar
+    static wxWindow *ms_hiddenParent;
 };
 
 // list of all frames and modeless dialogs