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

NextPrevUpTopContentsIndex

ns-size

FLI type descriptor
Summary

A foreign type for the Objective-C structure type NSSize .

Package

cocoa

Syntax

ns-size

Arguments

None.

Description

The FLI ns-size type is a structure type for use as the Objective-C type NSSize . The structure has two slots, :width and :height , both of foreign type :float .

When used directly in method definition or invocation, it allows automatic conversion to/from a vector of two elements of the form #( width height ) .

See also

ns-rect
set-ns-size*


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex