API  1.0.0
CPAlert.j File Reference

Go to the source code of this file.

Classes

protocol  <CPAlertDelegate >
 

Typedefs

typedef CPAlertStyle CPWarningAlertStyle = 0
 

Variables

var bottomHeight = 71
 
global CPApp var CPAlertDelegate_alertDidEnd_returnCode_ = 1 << 1
 
global CPApp var CPAlertDelegate_alertShowHelp_ = 1 << 0
 
 CPCriticalAlertStyle = 2
 
 CPInformationalAlertStyle = 1
 

Typedef Documentation

◆ CPWarningAlertStyle

typedef CPAlertStyle CPWarningAlertStyle = 0

Definition at line 41 of file CPAlert.j.

Variable Documentation

◆ bottomHeight

var bottomHeight = 71

Definition at line 53 of file CPAlert.j.

◆ CPAlertDelegate_alertDidEnd_returnCode_

global CPApp var CPAlertDelegate_alertDidEnd_returnCode_ = 1 << 1

Definition at line 34 of file CPAlert.j.

◆ CPAlertDelegate_alertShowHelp_

global CPApp var CPAlertDelegate_alertShowHelp_ = 1 << 0

Definition at line 33 of file CPAlert.j.

◆ CPCriticalAlertStyle

CPCriticalAlertStyle = 2

Definition at line 51 of file CPAlert.j.

◆ CPInformationalAlertStyle

CPInformationalAlertStyle = 1

Definition at line 46 of file CPAlert.j.