dlgname

Sets new dialog and dialog properties.

Syntax

(dlgname,str, w=, h=, bapply=, bapplyclose=, bclose=)

Parameters

str Dialog name.
w Width. (optional)
h Height. (optional)
bapply Button 'Apply' is visible. (optional)
bok Button 'Ok' is visible. (optional, default)
bclose Button 'Close' is visible. (optional, default)
bcancel If true → bclose=true (optional, depreciated)
opt If true → bapply=false, bok=true, bclose=false (optional, depreciated)

Examples

(dlgname,"My dialog", w=400, h=200, bclose=false)
(dlgshow)

See also

dlg, dlgshow