Operators |
query_window_type — Query all available window types.
query_window_type( : : : WindowTypes)
query_window_type returns a tuple which contains all devices or software systems, respectively, which are used to display image objects. You may use query_window_type usefully while developing machine independent programs. Possible values are:
X-Window Version 11.
Microsoft Windows.
macOS.
Windows are not displayed, but managed in memory. In this manner it is possible to port HALCON programs to computers without graphical display.
Objects are output to a PostScript File.
Names of available window types.
query_window_type always returns 2 (H_MSG_TRUE).
Foundation
Operators |