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

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.

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.

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

cocoa-view-pane
Special kinds of windows


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex