]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/dialog.h
Get/SetTitle only for wxTopLevelWindow (wxMac part).
[wxWidgets.git] / include / wx / cocoa / dialog.h
index b4e0145e911d1ca548d5aaf1c0a2042c122d62ae..a9e793a22d9ead8cea67bcbfc6cb500bad5aca23 100644 (file)
@@ -102,6 +102,10 @@ protected:
     void OnOK(wxCommandEvent& event);
     void OnApply(wxCommandEvent& event);
     void OnCancel(wxCommandEvent& event);
+
+    // end either modal or modeless dialog
+    void EndDialog(int rc);
+
 };
 
 #endif // _WX_COCOA_DIALOG_H_