set_tshapeπ
Short descriptionπ
set_tshape β Set the shape of the text cursor.
Warningπ
set_tshape is obsolete and is only provided for
reasons of backward compatibility.
Signatureπ
set_tshape( window WindowHandle, string TextCursor )
Descriptionπ
set_tshape sets the shape and the display mode of the text
cursor of the output window.
A text cursor marks the current position for text output. 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 (input_control) string β (string)
Name of cursor shape.
Default: 'invisible'
Resultπ
set_tshape returns 2 (H_MSG_TRUE) if the window is valid and the
given cursor shape is defined for this window. Otherwise an
exception is raised.
Combinations with other operatorsπ
Combinations
Possible predecessors
open_window, query_tshape, get_tshape
Possible successors
See also
Moduleπ
Foundation