Reference Guide > U–V Routines > vtkWDELETE Procedure
  

vtkWDELETE Procedure
Closes a VTK window without shutting down the Tcl process.
Usage
vtkWDELETE[, window_index]
Input Parameters
window_index—(optional) An integer specifying the index of an existing VTK window. If omitted, the current window is used.
Keywords
All—If nonzero, causes all VTK windows to be closed.
Discussion
This procedure works like WDELETE for PV-WAVE windows. It closes an individual VTK window but does not shut down the Tcl process. Use vtkCLOSE to close all windows and shut down the spawned Tcl process.
Example 1
Deleting a window.
vtkWINDOW, 1
vtkWDELETE
Example 2
vtkWINDOW, 1
vtkWINDOW,2
vtkWINDOW,3
vtkWDELETE, /all
See Also
vtkCLOSE, vtkWINDOW

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.