Allow wxApp::MacOpenFile, MacPrintFile, MacNewFile, and MacReopenApp
[wxWidgets.git] / wxPython / include / wx / wxPython / wxPython_int.h
index 34518880d74ea5af70d2859a54805f2a363c0ff7..ed07d2ee978f7da3d6b23eaa6bbd159b6c4e2ca0 100644 (file)
@@ -579,6 +579,11 @@ public:
 #endif
     // virtual int FilterEvent(wxEvent& event); // This one too????
 
+    // For catching Apple Events
+    virtual void MacOpenFile(const wxString &fileName);
+    virtual void MacPrintFile(const wxString &fileName);
+    virtual void MacNewFile();
+    virtual void MacReopenApp();
 
     static bool GetMacSupportPCMenuShortcuts();
     static long GetMacAboutMenuItemId();