added new command ids
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -109,6 +109,8 @@ public:
|
|||||||
static bool s_macDefaultEncodingIsPC ;
|
static bool s_macDefaultEncodingIsPC ;
|
||||||
static bool s_macSupportPCMenuShortcuts ;
|
static bool s_macSupportPCMenuShortcuts ;
|
||||||
static long s_macAboutMenuItemId ;
|
static long s_macAboutMenuItemId ;
|
||||||
|
static long s_macPreferencesMenuItemId ;
|
||||||
|
static long s_macExitMenuItemId ;
|
||||||
static wxString s_macHelpMenuTitleName ;
|
static wxString s_macHelpMenuTitleName ;
|
||||||
|
|
||||||
static bool s_macHasAppearance ;
|
static bool s_macHasAppearance ;
|
||||||
|
@@ -63,7 +63,6 @@ public:
|
|||||||
// implementation only from now on
|
// implementation only from now on
|
||||||
// -------------------------------
|
// -------------------------------
|
||||||
|
|
||||||
bool MacMenuSelect(wxEvtHandler* handler, long when , int macMenuId, int macMenuItemNum) ;
|
|
||||||
int MacGetIndexFromId( int id ) ;
|
int MacGetIndexFromId( int id ) ;
|
||||||
int MacGetIndexFromItem( wxMenuItem *pItem ) ;
|
int MacGetIndexFromItem( wxMenuItem *pItem ) ;
|
||||||
void MacEnableMenu( bool bDoEnable ) ;
|
void MacEnableMenu( bool bDoEnable ) ;
|
||||||
@@ -176,7 +175,6 @@ public:
|
|||||||
void Refresh(bool eraseBackground = TRUE, const wxRect *rect = (const wxRect *) NULL);
|
void Refresh(bool eraseBackground = TRUE, const wxRect *rect = (const wxRect *) NULL);
|
||||||
|
|
||||||
void MacInstallMenuBar() ;
|
void MacInstallMenuBar() ;
|
||||||
void MacMenuSelect(wxEvtHandler* handler, long when , int macMenuId, int macMenuItemNum) ;
|
|
||||||
static wxMenuBar* MacGetInstalledMenuBar() { return s_macInstalledMenuBar ; }
|
static wxMenuBar* MacGetInstalledMenuBar() { return s_macInstalledMenuBar ; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Reference in New Issue
Block a user