Allow wxApp::MacOpenFile, MacPrintFile, MacNewFile, and MacReopenApp
to be overridden in Python. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user