done_dialog

(done_dialog [status])

The done_dialog function closes a DCL dialog box.

Argument

status specifies a positive integer that the start_dialog function will return. If not specified, start_dialog returns 1 for OK or 0 for Cancel.

Return Value

The function returns a list that is the XY-location of the upper left corner (in pixels) of the dialog box when the user closed it.

Note: The done_dialog function is only used in Lisp expressions, in the action_tile function, or in the action attribute.

Related Functions

load_dialog, unload_dialog, new_dialog, start_dialog, term_dialog