Delete an output window.
clear_window deletes all entries in the output window. The window (background and edge) is reset to its original state. Parameters assigned to this window (e.g., with set_color, set_paint, etc.) remain unmodified.
|
WindowHandle (input_control) |
window -> integer |
| Window identifier. | |
clear_window(WindowHandle).
If the ouput window is valid clear_window returns 2 (H_MSG_TRUE). If necessary an exception handling is raised.
clear_window is reentrant, local, and processed without parallelization.
clear_rectangle, disp_rectangle1
System