query_insert — Query the possible graphic modes.
query_insert is obsolete and is only provided for
reasons of backward compatibility.
query_insert( : : WindowHandle : Mode)
query_insert returns the possible modes pixels can be
displayed in the output window. New pixels may e.g., overwrite old
ones. In most of the cases there is a functional relationship
between old and new values.
Possible display functions:
overwrite displayed pixels
display old “xor” new pixels
complement displayed pixels
“copy” is always available.
WindowHandle (input_control) window → (handle)
Window handle.
Mode (output_control) string-array → (string)
Display function name.
query_insert returns 2 (
H_MSG_TRUE)
, if the window is valid.
Otherwise an exception is raised.
Foundation