Samond Classes Library 1.2.4-RELEASE build 198
Classes
NSAlert+SCAlert.h File Reference

Category NSAlert(SCAlert) header file. More...

#import <Cocoa/Cocoa.h>

Go to the source code of this file.

Classes

category  NSAlert(SCAlert)
 Additional functionality for the standard class NSAlert. More...
 

Class Constants

#define NSAlertClass   @"NSAlert"
 

Buttons Titles

#define SC_BTN_OK   @"OK"
 
#define SC_BTN_CANCEL   @"Cancel"
 
#define SC_BTN_YES   @"Yes"
 
#define SC_BTN_NO   @"No"
 
#define SC_BTN_HELP   @"Help"
 
#define SC_BTN_ABORT   @"Abort"
 
#define SC_BTN_RETRY   @"Retry"
 
#define SC_BTN_IGNORE   @"Ignore"
 
#define SC_BTN_CONTINUE   @"Continue"
 
#define SC_BTN_STOP   @"Stop"
 
#define SC_BTN_CLOSE   @"Close"
 

Detailed Description

Category NSAlert(SCAlert) header file.

SDK
macOS 10.6+, GNUstep
Since
version 1.2.1

Contains the declaration of the category NSAlert(SCAlert), which is extending the functionality of the standard class NSAlert.

Macro Definition Documentation

#define NSAlertClass   @"NSAlert"

A name of the class NSAlert

#define SC_BTN_ABORT   @"Abort"

Button "Abort" title

#define SC_BTN_CANCEL   @"Cancel"

Button "Cancel" title

#define SC_BTN_CLOSE   @"Close"

Button "Close" title

#define SC_BTN_CONTINUE   @"Continue"

Button "Continue" title

#define SC_BTN_HELP   @"Help"

Button "Help" title

#define SC_BTN_IGNORE   @"Ignore"

Button "Ignore" title

#define SC_BTN_NO   @"No"

Button "No" title

#define SC_BTN_OK   @"OK"

Button "OK" title

#define SC_BTN_RETRY   @"Retry"

Button "Retry" title

#define SC_BTN_STOP   @"Stop"

Button "Stop" title

#define SC_BTN_YES   @"Yes"

Button "Yes" title