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

set-ns-range* Function

Summary

Set the slots in a ns-range structure.

Package

cocoa

Signature

set-ns-range* range location length => range

Arguments
range
A pointer to a foreign object of type ns-range.
location
A positive integer.
length
A positive integer.
Values
range
A pointer to a foreign object of type ns-range.
Description

The function set-ns-range* sets the slots of the foreign ns-range structure pointed to by range to the values of location and length. range is returned.

See also

ns-range


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