All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 4 Cocoa Reference

set-ns-size* Function

Summary

Set the slots in a ns-size structure.

Package

cocoa

Signature

set-ns-size* size width height => size

Arguments
size
A pointer to a foreign object of type ns-size.
width
A real.
height
A real.
Values
size
A pointer to a foreign object of type ns-size.
Description

The function set-ns-size* sets the slots of the foreign ns-size structure pointed to by size to the values of width and height. size is returned.

See also

ns-size
set-ns-rect*


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 01 Dec 2021 19:38:33