dev_set_window ( : : WindowID : )

Activate a graphics window.

dev_set_window activates a graphics window. This is equivalent to pressing the Active button of the graphics window.


Attention

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++.


Parameters

WindowID (input_control)
window -> integer
Window_id.


Example
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)

Parallelization Information

dev_set_window is local and processed completely exclusively without parallelization.


Possible Predecessors

dev_open_window


Possible Successors

dev_display


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH