window-content-rect ( window -- rect )


Vocabulary
cocoa.windows

Inputs
windowan object


Outputs
rectan object


Definition


: window-content-rect ( window -- rect )
dup { Class { id SEL } } "class" send swap
[ { NSRect { id SEL } } "frame" send ]
[ { ulong { id SEL } } "styleMask" send ] bi
{ NSRect { id SEL NSRect ulong } }
"contentRectForFrameRect:styleMask:" send ;