Set the slots in a ns-rect structure.
cocoa
set-ns-rect* rect x y width height => rect
rect⇩ |
A pointer to a foreign object of type ns-rect. |
x⇩ |
A real. |
y⇩ |
A real. |
width⇩ |
A real. |
height⇩ |
A real. |
rect |
A pointer to a foreign object of type ns-rect. |
The function set-ns-rect*
sets the slots of the foreign ns-rect structure pointed to by rect to the values of x, y, width and height. rect is returned.
LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 01 Dec 2021 19:38:33