LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

replace-dialog

Function
Summary

Replaces a replacable dialog.

Package

capi

Signature

replace-dialog interface &rest args => nil

Arguments

interface

An interface.

args

Other arguments as for display-dialog.

Description

The function replace-dialog displays a dialog in the same way the display-dialog does, except that it also destroys the existing dialog.

interface is a CAPI interface to be displayed as a dialog.

The arguments args are interpreted the same as the arguments to display-dialog, except that modal is ignored. replace-dialog displays the dialog like display-dialog.

See also

display-replacable-dialog


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex