Go to the source code of this file.
CPApp = nil |
Definition at line 38 of file CPApplication.j.
Definition at line 44 of file CPApplication.j.
Definition at line 41 of file CPApplication.j.
Definition at line 46 of file CPApplication.j.
Definition at line 43 of file CPApplication.j.
Definition at line 40 of file CPApplication.j.
Definition at line 45 of file CPApplication.j.
Definition at line 42 of file CPApplication.j.
import<Foundation/CPBundle.j> import CPCompatibility j import CPEvent j import CPMenu j import CPResponder j import CPDocumentController j import CPThemeBlend j import CPCibLoading j import CPPlatform j var CPMainCibFile = @"@"CPMainCibFile" |
Definition at line 35 of file CPApplication.j.
import<Foundation/CPBundle.j> import CPCompatibility j import CPEvent j import CPMenu j import CPResponder j import CPDocumentController j import CPThemeBlend j import CPCibLoading j import CPPlatform j var CPMainCibFileHumanFriendly = @"@"Main cib file base name" |
Definition at line 36 of file CPApplication.j.
CPRunAbortedResponse = -1001 |
Definition at line 53 of file CPApplication.j.
CPRunContinuesResponse = -1002 |
Definition at line 54 of file CPApplication.j.
CPRunStoppedResponse = -1000 |
Definition at line 52 of file CPApplication.j.
CPTerminateCancel = NO |
Definition at line 49 of file CPApplication.j.
CPTerminateLater = -1 |
Definition at line 50 of file CPApplication.j.
CPTerminateNow = YES |
Definition at line 48 of file CPApplication.j.