Next Prev Up Top Contents Index

pane-close-display

Function
Summary

Closes the X display of a pane.

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 on X only, and not on MS Windows.


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index