X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e25f59e48c3ee93fcb54aa7fca1fd51628c2fac..ace954f1db1aa71cd477cb39e08b893f46aa7de0:/include/wx/msw/toplevel.h diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index 5db5199e47..fc21871ac3 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -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