X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e30285abc6cb45d7e2cd66ddfe3eb460821f57ae..df455719ff6891112733200ff533109c34d184e0:/include/wx/os2/dialog.h?ds=sidebyside diff --git a/include/wx/os2/dialog.h b/include/wx/os2/dialog.h index bd96a0497a..89671430e9 100644 --- a/include/wx/os2/dialog.h +++ b/include/wx/os2/dialog.h @@ -16,6 +16,8 @@ WXDLLEXPORT_DATA(extern const char*) wxDialogNameStr; +class WXDLLEXPORT wxDialogModalData; + // // Dialog boxes // @@ -147,6 +149,9 @@ protected: private: wxWindow* m_pOldFocus; + // this pointer is non-NULL only while the modal event loop is running + wxDialogModalData *m_modalData; + // // While we are showing a modal dialog we disable the other windows using // this object