Searched refs:s_macExitMenuItemId (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dapp.h104 static long s_macExitMenuItemId ; member in class:wxApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmenuitem.cpp112 if ( UMAGetSystemVersion() >= 0x1000 && GetId() == wxApp::s_macExitMenuItemId)
173 || GetId() == wxApp::s_macExitMenuItemId
H A Dapp.cpp96 long wxApp::s_macExitMenuItemId = wxID_EXIT ; member in class:wxApp
235 wxCommandEvent exitEvent(wxEVT_COMMAND_MENU_SELECTED, s_macExitMenuItemId);
402 wxid = wxApp::s_macExitMenuItemId ;
435 else if (wxId == wxApp::s_macExitMenuItemId)
H A Dmenu.cpp478 item->GetId() == wxApp::s_macExitMenuItemId ) ) )
774 if ( UMAGetSystemVersion() >= 0x1000 && wxApp::s_macExitMenuItemId)
776 wxMenuItem *item = FindItem( wxApp::s_macExitMenuItemId , NULL ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dapp.h116 static long s_macExitMenuItemId ; member in class:wxApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenuitem.cpp117 if ( UMAGetSystemVersion() >= 0x1000 && GetId() == wxApp::s_macExitMenuItemId)
H A Dmenu.cpp378 if ( item->GetId() == wxApp::s_macPreferencesMenuItemId || item->GetId() == wxApp::s_macExitMenuItemId)
H A Dapp.cpp115 long wxApp::s_macExitMenuItemId = wxID_EXIT ; member in class:wxApp
238 wxCommandEvent exitEvent(wxEVT_COMMAND_MENU_SELECTED, s_macExitMenuItemId);

Completed in 68 milliseconds