]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dialog.h
* Implemented BestSize cache
[wxWidgets.git] / include / wx / os2 / dialog.h
index 0198cd9bfa7c8780332c4f0a40b6ccd9e0109eff..89671430e986d0d11f99b8a422f3957d83862bcb 100644 (file)
@@ -16,6 +16,8 @@
 
 WXDLLEXPORT_DATA(extern const char*) wxDialogNameStr;
 
+class WXDLLEXPORT wxDialogModalData;
+
 //
 // Dialog boxes
 //
@@ -110,7 +112,6 @@ public:
     //
     // Event handlers
     //
-    bool OnClose(void);
     void OnCharHook(wxKeyEvent& rEvent);
     void OnCloseWindow(wxCloseEvent& rEvent);
 
@@ -148,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