X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c66581eaae92045864aa8d0ab80fc27f8725e52..80255b7eaf9427daf6fa21a3f27e4475dcc54cf8:/include/wx/msw/dialog.h diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index cf91c11961..02afe5be8a 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -116,8 +116,9 @@ protected: void ResizeGripper(); private: - wxWindow* m_oldFocus; - bool m_endModalCalled; // allow for closing within InitDialog + // this function is used to adjust Z-order of new children relative to the + // gripper if we have one + void OnWindowCreate(wxWindowCreateEvent& event); #if wxUSE_TOOLBAR && defined(__POCKETPC__) wxToolBar* m_dialogToolBar; @@ -130,7 +131,7 @@ private: WXHWND m_hGripper; DECLARE_DYNAMIC_CLASS(wxDialog) - DECLARE_NO_COPY_CLASS(wxDialog) + wxDECLARE_NO_COPY_CLASS(wxDialog); }; #endif