X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aca462878bbad1c83f9fc1241a23d2bbf8a8ecf..fd64de596c085f81aa3ef7d8ee6b2f4afebbed8e:/include/wx/msw/mdi.h diff --git a/include/wx/msw/mdi.h b/include/wx/msw/mdi.h index a6fc56445b..04705e7aa9 100644 --- a/include/wx/msw/mdi.h +++ b/include/wx/msw/mdi.h @@ -174,6 +174,8 @@ public: bool ResetWindowStyle(void *vrect); void OnIdle(wxIdleEvent& event); + + virtual bool Show(bool show = true); protected: virtual void DoGetPosition(int *x, int *y) const; @@ -187,6 +189,7 @@ protected: void Init(); private: + bool m_needsInitialShow; // Show must be called in idle time after Creation bool m_needsResize; // flag which tells us to artificially resize the frame DECLARE_EVENT_TABLE()