X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..7d90194ccb382badfd569d0a791f03853d7e6a9a:/include/wx/msw/dialog.h?ds=sidebyside diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index 13c8c2b59a..6d26a72c9f 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -124,6 +124,9 @@ public: // use IsModal() wxDEPRECATED( bool IsModalShowing() const ); + // handle Escape here + virtual bool MSWProcessMessage(WXMSG* pMsg); + protected: // find the window to use as parent for this dialog if none has been // specified explicitly by the user @@ -142,9 +145,6 @@ protected: // return true if button was "clicked" or false if we don't have it bool EmulateButtonClickIfPresent(int id); - // handle Escape here - virtual bool MSWProcessMessage(WXMSG* pMsg); - private: wxWindow* m_oldFocus; bool m_endModalCalled; // allow for closing within InitDialog