X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3cfcd50b7d20ed0dedb79b1acf477ee5a7938533..f5cd97870d58ebf1fa2267299f80b864281884c6:/include/wx/msw/frame.h diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index d9c67c2bd2..5e161cd3ab 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -145,10 +145,16 @@ protected: // window proc for the frames long MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam); - + virtual bool IsMDIChild() const { return FALSE; } - bool m_iconized; + // is the frame currently iconized? + bool m_iconized; + + // should the frame be maximized when it will be shown? set by Maximize() + // when it is called while the frame is hidden + bool m_maximizeOnShow; + WXHICON m_defaultIcon; #if wxUSE_STATUSBAR