]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dialog.h
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT_APP_* macros.
[wxWidgets.git] / include / wx / osx / dialog.h
index 83dd07b8165000015f0314bab0b0ced6d3fb912f..9442b943739918c235c2bc5f674bb61e21c4f213 100644 (file)
@@ -61,6 +61,10 @@ public:
 
     // may be called to terminate the dialog with the given return code
     virtual void EndModal(int retCode);
+    
+    static bool OSXHasModalDialogsOpen();
+    static void OSXBeginModalDialog();
+    static void OSXEndModalDialog();
 
     // implementation
     // --------------