Activate a graphics window.
dev_set_window activates a graphics window. This is equivalent to pressing the Active button of the graphics window.
If dev_set_window should be used for exported Code (C++), please note the different handling of windows in C++.
dev_set_window is not supported for C++.
|
WindowID (input_control) |
window -> integer |
| Window_id. | |
dev_open_window (1, 1, 200, 200, 'black', WindowID1) dev_open_window (1, 220, 200, 200, 'black', WindowID2) read_image(Image,'monkey') dev_set_window(WindowID1) dev_display(Image) dev_set_window(WindowID2) dev_display(Image)
dev_set_window is local and processed completely exclusively without parallelization.
Foundation