Home
last modified time | relevance | path

Searched refs:NSAlertSecondButtonReturn (Results 1 – 25 of 67) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DMessageBox.java268 case OS.NSAlertSecondButtonReturn: in open()
288 case OS.NSAlertSecondButtonReturn: in open()
296 case OS.NSAlertSecondButtonReturn: in open()
306 case OS.NSAlertSecondButtonReturn: in open()
314 case OS.NSAlertSecondButtonReturn: in open()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/platform/
H A DDialog.mm59 case NSAlertSecondButtonReturn: result = false; break;
69 case NSAlertSecondButtonReturn: result = false; break;
/dports/cad/gtkwave/gtkwave-3.3.107/src/cocoa/
H A Dalert_sheet.m61 else if (clickedButtonIndex == NSAlertSecondButtonReturn)
62 modalCode = NSAlertSecondButtonReturn;
H A Dcocoa_misc.c266 if(zIntResult == NSAlertSecondButtonReturn) in gtk_simplereqbox_req_bridge_2()
/dports/games/iortcw/iortcw-1.51c/MP/code/sys/
H A Dsys_osx.m71 case NSAlertSecondButtonReturn: result = DR_NO; break;
83 case NSAlertSecondButtonReturn: result = DR_CANCEL; break;
/dports/games/iortcw/iortcw-1.51c/SP/code/sys/
H A Dsys_osx.m71 case NSAlertSecondButtonReturn: result = DR_NO; break;
83 case NSAlertSecondButtonReturn: result = DR_CANCEL; break;
/dports/games/openarena/openarena-engine-source-0.8.8/code/sys/
H A Dsys_osx.m93 case NSAlertSecondButtonReturn: result = DR_NO; break;
105 case NSAlertSecondButtonReturn: result = DR_CANCEL; break;
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/sys/
H A Dsys_osx.m93 case NSAlertSecondButtonReturn: result = DR_NO; break;
105 case NSAlertSecondButtonReturn: result = DR_CANCEL; break;
/dports/net/zerotier/ZeroTierOne-1.8.3/attic/macui/ZeroTier One/
H A DNetworkMonitor.m113 else if(res == NSAlertSecondButtonReturn) {
142 else if(res == NSAlertSecondButtonReturn) {
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSAlert.h54 NSAlertSecondButtonReturn = 1001, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/
H A Dsimple_message_box_cocoa.mm51 if (result == NSAlertSecondButtonReturn)
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSAlert.inc28 // second button = NSAlertSecondButtonReturn
34 NSAlertSecondButtonReturn = 1001;
/dports/emulators/hatari/hatari-2.2.1/src/gui-osx/
H A DShared.m228 case NSAlertSecondButtonReturn:
229 return NSAlertSecondButtonReturn;
H A DCreateFloppyController.m53 ret = ret == NSAlertSecondButtonReturn ? 0 : 1 ;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSAlert.inc28 // second button = NSAlertSecondButtonReturn
34 NSAlertSecondButtonReturn = 1001;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSAlert.inc28 // second button = NSAlertSecondButtonReturn
34 NSAlertSecondButtonReturn = 1001;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSAlert.inc28 // second button = NSAlertSecondButtonReturn
34 NSAlertSecondButtonReturn = 1001;
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSAlert.inc9 NSAlertSecondButtonReturn = 1001;
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBQueueController.m340 if (returnCode == NSAlertSecondButtonReturn)
408 if (returnCode == NSAlertSecondButtonReturn)
602 if (response == NSAlertSecondButtonReturn)
622 if (response == NSAlertSecondButtonReturn)
697 if (returnCode == NSAlertSecondButtonReturn)
/dports/security/keybase/client-v5.7.1/osx/Installer/
H A DInstaller.m190 } else if (response == NSAlertSecondButtonReturn) {
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/platform/mac/
H A Dmacapplication.mm456 if (response == NSAlertSecondButtonReturn)
516 else if (returnCode == NSAlertSecondButtonReturn)
/dports/games/libretro-hatari/hatari-561c07e/src/gui-osx/
H A DShared.m231 case NSAlertSecondButtonReturn: return NSAlertAlternateReturn ;
/dports/news/nzbget/nzbget-21.1/osx/
H A DMainApp.m217 case NSAlertSecondButtonReturn:
438 if ([alert runModal] == NSAlertSecondButtonReturn) {
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/platform/mac/
H A Dmacapplication.mm477 if (response == NSAlertSecondButtonReturn)
538 else if (returnCode == NSAlertSecondButtonReturn)
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/
H A Dui_cocoa.m255 if (response == NSAlertSecondButtonReturn)
269 if (response == NSAlertSecondButtonReturn)

123