Handbook
Glossary
cocoa-app ( quot -- )
Cocoa bridge
ยป
Cocoa application utilities
Prev:
install-delegate ( receiver delegate -- )
Next:
with-autorelease-pool ( quot -- )
Vocabulary
cocoa
.
application
Inputs
quot
a
quotation
Outputs
None
Word description
Initializes Cocoa, calls the quotation, and starts the Cocoa event loop.
Definition
USING:
alien.c-types
cocoa.messages
cocoa.runtime
kernel
;
IN:
cocoa.application
:
cocoa-app
( quot -- )
[
call
NSApp
{
void
{
id
SEL
}
}
"run"
send
]
with-cocoa
;
inline