<NSWindow> ( rect style class -- window )
Cocoa bridge ยป Cocoa window utilities

Next:<ViewWindow> ( view rect style -- window )


Vocabulary
cocoa.windows

Inputs
rectan NSRect
stylea style mask
classan Objective-C class


Outputs
windowan NSWindow


Word description
Creates a new NSWindow with the specified dimensions.

Definition


: <NSWindow> ( rect style class -- window )
[ { id { id SEL } } "alloc" send ] curry 2dip
NSBackingStoreBuffered 1
{ id { id SEL NSRect ulong ulong char } }
"initWithContentRect:styleMask:backing:defer:" send ;