NextPrevUpTopContentsIndex

sel

FLI type descriptor
Summary

A foreign type for Objective-C method selectors.

Package

objc

Syntax

sel

Arguments

None.

Description

The FLI sel type is an opaque type used to represent method selectors. This is like the SEL type in Objective-C.

A selector can be obtained from a string by calling the function coerce-to-selector.

See also

coerce-to-selector
define-objc-method


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 9 Mar 2006

NextPrevUpTopContentsIndex