]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dialog.h
specific workaround for XCODE native
[wxWidgets.git] / include / wx / os2 / dialog.h
index bd96a0497ac0e9d8f5f75660554774a2c43d2e9e..89671430e986d0d11f99b8a422f3957d83862bcb 100644 (file)
@@ -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