NextPrevUpTopContentsIndex

cocoa-view-pane-view

Function
Summary

Returns the Cocoa view of a cocoa-view-pane.

Package

capi

Signature

cocoa-view-pane-view pane => view

Arguments

pane

A cocoa-view-pane.

Values

view

A foreign pointer to a Cocoa view or nil .

Description

The function cocoa-view-pane-view returns the Cocoa view for the cocoa-view-pane pane as a foreign pointer. This view is only accessible when the pane is visible and nil is returned in other cases.

Note: cocoa-view-pane-view is implemented only in LispWorks for Macintosh with the Cocoa IDE. See the LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual for details on using Cocoa.

Example

See the example in examples/objc/movie-view.lisp .

See also

cocoa-view-pane


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex