dev_unmap_par
— Closes the dialog to specify the visualization parameters.
dev_unmap_par
is obsolete and is only provided for
reasons of backward compatibility. New applications should use
dev_close_tool
with ToolId
set to
'visualization_parameters_dialog' instead.
dev_unmap_par( : : : )
dev_unmap_par
closes the Visualization Parameter
dialog.
This can also be achieved interactively by pressing the Close
button on the dialog's title bar.
The dialog can be opened again by dev_map_par
.
This operator is not supported for code export.
dev_unmap_par
always returns TRUE.
dev_map_par
,
dev_map_prog
,
dev_map_var
Foundation