X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e30285abc6cb45d7e2cd66ddfe3eb460821f57ae..6b91e252475d73358a87cfacce9c75aa04012e2e:/include/wx/os2/dialog.h 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