LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

pane-close-display

Function
Summary

Closes the X display of a pane.

Package

capi

Signature

pane-close-display pane => closedp

Arguments

pane

A CAPI element.

Values

closedp

A boolean.

Description

The function pane-close-display closes the X display connection on which pane is currently displayed. This destroys all the other panes on the same connection.

closedp is true if the connection was closed.

Note: pane-close-display works in the X11/Motif implementation only, and not on Microsoft Windows.


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex