Replaces a replacable dialog.
capi
replace-dialog interface &rest args => nil
interface⇩ |
An interface. |
args⇩ |
Other arguments as for display-dialog. |
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.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42