X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c66581eaae92045864aa8d0ab80fc27f8725e52..659d0ee81da0eb00220c598055c7ac2188a3d391:/include/wx/msw/dialog.h?ds=sidebyside diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index cf91c11961..c9da9e53d2 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -116,6 +116,11 @@ protected: void ResizeGripper(); private: + // this function is used to adjust Z-order of new children relative to the + // gripper if we have one + void OnWindowCreate(wxWindowCreateEvent& event); + + wxWindow* m_oldFocus; bool m_endModalCalled; // allow for closing within InitDialog