Home
last modified time | relevance | path

Searched refs:FILE_EXIT (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/libmng/libmng-1.0.10/contrib/msvc/mngview/
H A Dresource.h8 #define FILE_EXIT 40003 macro
H A DMain.rc36 MENUITEM "Exit", FILE_EXIT
H A DMain.cpp147 case FILE_EXIT: in WindowProc()
/dports/games/trackballs/trackballs-1.3.3/src/
H A DeditMode_codes.h41 #define FILE_EXIT 04 macro
H A DeditMode.cc513 case FILE_EXIT: in doCommand()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/lib/Xmd/
H A DMenus.h94 FILE_PRINT_SETUP, FILE_SEP2, FILE_CLOSE, FILE_EXIT, enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/
H A DIWorkbenchCommandConstants.java134 String FILE_EXIT = "org.eclipse.ui.file.exit"; //$NON-NLS-1$ field
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Menu_Id_List.h69 menuitem(FILE_EXIT)
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/todo/
H A Dtodo.c181 XtAddCallback(file_menu[FILE_EXIT], XmNactivateCallback, in main()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/db/
H A Ddbtest.h25 #define FILE_EXIT wxID_EXIT macro
H A Ddbtest.cpp655 file_menu->Append(FILE_EXIT, wxT("E&xit")); in OnInit()
859 EVT_MENU(FILE_EXIT, DatabaseDemoFrame::OnExit) in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/db/
H A Ddbtest.h25 #define FILE_EXIT wxID_EXIT macro
H A Ddbtest.cpp655 file_menu->Append(FILE_EXIT, wxT("E&xit")); in OnInit()
859 EVT_MENU(FILE_EXIT, DatabaseDemoFrame::OnExit) in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/db/
H A Ddbtest.h25 #define FILE_EXIT wxID_EXIT macro
H A Ddbtest.cpp655 file_menu->Append(FILE_EXIT, wxT("E&xit")); in OnInit()
859 EVT_MENU(FILE_EXIT, DatabaseDemoFrame::OnExit) in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/db/
H A Ddbtest.h25 #define FILE_EXIT wxID_EXIT macro
H A Ddbtest.cpp655 file_menu->Append(FILE_EXIT, wxT("E&xit")); in OnInit()
859 EVT_MENU(FILE_EXIT, DatabaseDemoFrame::OnExit) in BEGIN_EVENT_TABLE()
/dports/net/xisp/xisp-2.7p4/
H A Dxisp.h224 #define FILE_EXIT 3 macro
H A Dxisp.c3736 case FILE_EXIT:{
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/
H A DActionFactory.java1052 IWorkbenchCommandConstants.FILE_EXIT) {