All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

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
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.

Notes

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.

Examples
(example-edit-file "objc/movie-view")
See also

cocoa-view-pane
3.9 Special kinds of windows


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57