Home
last modified time | relevance | path

Searched refs:MB_YESNOCANCEL (Results 1 – 25 of 795) sorted by relevance

12345678910>>...32

/dports/security/zeronet/ZeroNet-0.7.1/
H A Dzeronet.py55 MB_YESNOCANCEL = 0x3
65 …res = ctypes.windll.user32.MessageBoxW(0, err_title, "ZeroNet error", MB_YESNOCANCEL | MB_ICONEXCL…
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DMessageBox.sml65 val MB_YESNOCANCEL : flags value
95 val MB_YESNOCANCEL = 0wx00000003 value
131 val all = flags[MB_OK, MB_OKCANCEL, MB_ABORTRETRYIGNORE, MB_YESNOCANCEL,
/dports/databases/mysql55-client/mysql-5.5.62/packaging/WiX/ca/
H A DCustomAction.cpp51 …int rc = MessageBox(NULL, buf, TEXT("Removing MySQL Server"), MB_ICONQUESTION|MB_YESNOCANCEL|MB_SY… in remove_service()
57 …int rc = MessageBox(NULL, buf, TEXT("Removing MySQL Server"), MB_ICONQUESTION|MB_YESNOCANCEL|MB_SY… in remove_service()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/osinterface/win32/
H A DPPQuitSaveAlert_WIN32.cpp43 _T("Save changes"), MB_YESNOCANCEL | MB_ICONQUESTION); in runModal()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/osinterface/wince/
H A DPPQuitSaveAlert_WINCE.cpp50 _T("Save changes"), MB_YESNOCANCEL | MB_ICONQUESTION); in runModal()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Dconfirm.c71 MB_YESNOCANCEL | MB_ICONQUESTION ); in ui_confirm_save_specific()
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Dconfirm.c69 MB_YESNOCANCEL | MB_ICONQUESTION ); in ui_confirm_save_specific()
/dports/math/ngraph/Ngraph-6.3.54-src/x11/
H A Dx11gui.h40 #define MB_YESNOCANCEL 2 macro
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/myWindows/
H A DStdAfx.h62 #define MB_YESNOCANCEL (0x00000002 | 0x00000008 | 0x00000010) // wxYES | wxNO | wxCANCEL macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DMessageBox.java144 …SWT.YES | SWT.NO | SWT.CANCEL)) == (SWT.YES | SWT.NO | SWT.CANCEL)) buttonBits = OS.MB_YESNOCANCEL; in open()
221 if (type == OS.MB_YESNOCANCEL) { in open()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dmsgdlg.cpp63 ulStyle = MB_YESNOCANCEL; in IMPLEMENT_CLASS()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dmsgdlg.cpp63 ulStyle = MB_YESNOCANCEL; in IMPLEMENT_CLASS()
/dports/lang/gauche/Gauche-0.9.10/ext/windows/
H A Dwindows.scm43 MB_RETRYCANCEL MB_YESNO MB_YESNOCANCEL
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A DFictionViewerDlg.cpp98 z = MessageBox("Do you want to keep your changes?", "Close", MB_ICONQUESTION | MB_YESNOCANCEL); in OnClose()
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/textool/
H A DStdAfx.h43 #define MB_YESNOCANCEL 0x00000003L macro
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32Dlg_MessageBox.cpp80 flags = MB_ICONQUESTION | MB_YESNOCANCEL; in runModal()
/dports/games/netradiant/netradiant-20150621-src/plugins/textool/
H A DStdAfx.h43 #define MB_YESNOCANCEL 0x00000003L macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dmsgdlg.cpp72 msStyle = MB_YESNOCANCEL; in ShowModal()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dmsgdlg.cpp72 msStyle = MB_YESNOCANCEL; in ShowModal()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dmsgdlg.cpp72 msStyle = MB_YESNOCANCEL; in ShowModal()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dmsgdlg.cpp72 msStyle = MB_YESNOCANCEL; in ShowModal()
/dports/lang/rexx-regina/regina-rexx-3.9.3/regutil/
H A Dregwin.c42 "YESNOCANCEL", MB_YESNOCANCEL, in rxfunc()
/dports/lang/rexx-regutil/regutil/
H A Dregwin.c42 "YESNOCANCEL", MB_YESNOCANCEL, in rxfunc()
/dports/editors/the/THE-3.3RC4/common/
H A Doninit.nsh36 …MessageBox MB_YESNOCANCEL|MB_ICONEXCLAMATION|MB_TOPMOST "A version of ${LONGNAME} is currently ins…
/dports/lang/rexx-regina/regina-rexx-3.9.3/common/
H A Doninit.nsh36 …MessageBox MB_YESNOCANCEL|MB_ICONEXCLAMATION|MB_TOPMOST "A version of ${LONGNAME} is currently ins…

12345678910>>...32