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:
Stefan Csomor
2002-09-21 20:52:34 +00:00
parent 8ffb0bb9f0
commit 4df9aff134
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ;

View File

@@ -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: