The WDELETE procedure deletes IDL windows.
WDELETE [, Window_Index [, ...]]
A list of one or more window indices to delete. If this argument is not specified, the current window (as specified by the system variable
If this window index is the widget ID of a draw widget, that widget is deleted.
None.
Create IDL graphics window number 5 by entering:
WINDOW, 5
Delete window 5 by entering:
WDELETE, 5
Introduced: Original