get_tshapeπ
Short descriptionπ
get_tshape β Get the shape of the text cursor.
Warningπ
get_tshape is obsolete and is only provided for
reasons of backward compatibility.
Signatureπ
get_tshape( window WindowHandle, out string TextCursor )
Descriptionπ
get_tshape queries the shape of the text cursor for the
output window. A new cursor shape is set by the operator
set_tshape.
A text cursor marks the current position for text output (which can also
be invisible). It is different from the mouse cursor (although both will
be called βcursorβ if the context makes misconceptions impossible).
The available shapes for the text cursor can be queried with
query_tshape.
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parametersπ
WindowHandle (input_control) window β (handle)
Window handle.
TextCursor (output_control) string β (string)
Name of the current text cursor.
Resultπ
get_tshape returns 2 (H_MSG_TRUE) if the window is valid. Otherwise an
exception is raised.
Combinations with other operatorsπ
Combinations
Possible predecessors
Possible successors
set_tshape, set_tposition, write_string, read_string, read_char
See also
Moduleπ
Foundation