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

NextPrevUpTopContentsIndex

sel

FLI type descriptor
Summary

A foreign type for Objective-C method selectors.

Package

objc

Syntax

sel

Arguments

None.

Description

The FLI type sel 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 - 15 Dec 2011

NextPrevUpTopContentsIndex