Returns the Cocoa view of a cocoa-view-pane.
capi
cocoa-view-pane-view pane => view
| pane⇩ |
| view |
A foreign pointer to a Cocoa view or nil. |
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.
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-edit-file "objc/movie-view")
CAPI User Guide and Reference Manual (Unix version) - 18 Feb 2025 15:34:22