Go to the source code of this file.
Classes | |
protocol | <CPApplicationDelegate> |
Typedefs | |
typedef CPModalSession var | CPEventModifierFlags = 0 |
typedef CPModalSession var | CPMainCibFile = @"CPMainCibFile" |
typedef CPModalSession var | CPMainCibFileHumanFriendly = @"Main cib file base name" |
Functions | |
function | CPApplicationMain (args, namedArgs) |
typedef CPModalSession var CPEventModifierFlags = 0 |
Definition at line 29 of file CPApplication.j.
typedef CPModalSession var CPMainCibFile = @"CPMainCibFile" |
Definition at line 27 of file CPApplication.j.
typedef CPModalSession var CPMainCibFileHumanFriendly = @"Main cib file base name" |
Definition at line 28 of file CPApplication.j.
function CPApplicationMain | ( | args | , |
namedArgs | |||
) |
Starts the GUI and Cappuccino frameworks. This function should be called from the main()
function of your program.
Definition at line 1247 of file CPApplication.j.