install-delegate ( receiver delegate -- )
Cocoa bridge ยป Cocoa application utilities

Prev:remove-observer ( observer -- )
Next:cocoa-app ( quot -- )


Vocabulary
cocoa.application

Inputs
receiveran NSObject
delegatean Objective C class


Outputs
None

Word description
Sets the receiver's delegate to a new instance of the delegate class.

Definition