Added static accessors for wxPython for some of the s_mac* members of
wxApp on Mac. They are no-ops for the other platforms. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -434,9 +434,24 @@ public:
|
||||
const wxChar *cond,
|
||||
const wxChar *msg);
|
||||
#endif
|
||||
|
||||
// virtual int FilterEvent(wxEvent& event); // This one too????
|
||||
|
||||
|
||||
static bool GetMacDefaultEncodingIsPC();
|
||||
static bool GetMacSupportPCMenuShortcuts();
|
||||
static long GetMacAboutMenuItemId();
|
||||
static long GetMacPreferencesMenuItemId();
|
||||
static long GetMacExitMenuItemId();
|
||||
static wxString GetMacHelpMenuTitleName();
|
||||
|
||||
static void SetMacDefaultEncodingIsPC(bool val);
|
||||
static void SetMacSupportPCMenuShortcuts(bool val);
|
||||
static void SetMacAboutMenuItemId(long val);
|
||||
static void SetMacPreferencesMenuItemId(long val);
|
||||
static void SetMacExitMenuItemId(long val);
|
||||
static void SetMacHelpMenuTitleName(const wxString& val);
|
||||
|
||||
|
||||
PYPRIVATE;
|
||||
int m_assertMode;
|
||||
};
|
||||
|
Reference in New Issue
Block a user