set_tshapeT_set_tshapeSetTshapeSetTshapeset_tshape (Operator)
Name
set_tshapeT_set_tshapeSetTshapeSetTshapeset_tshape
— Set the shape of the text cursor.
Warning
set_tshapeset_tshapeSetTshapeSetTshapeSetTshapeset_tshape
is obsolete and is only provided for
reasons of backward compatibility.
Signature
Description
set_tshapeset_tshapeSetTshapeSetTshapeSetTshapeset_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_tshapequery_tshapeQueryTshapeQueryTshapeQueryTshapequery_tshape
.
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
WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle
(input_control) window →
HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Window handle.
TextCursorTextCursorTextCursorTextCursortextCursortext_cursor
(input_control) string →
HTuplestrHTupleHtuple (string) (string) (HString) (char*)
Name of cursor shape.
Default value:
'invisible'
"invisible"
"invisible"
"invisible"
"invisible"
"invisible"
Result
set_tshapeset_tshapeSetTshapeSetTshapeSetTshapeset_tshape
returns TRUE if the window is valid and the
given cursor shape is defined for this window. Otherwise an
exception is raised.
Possible Predecessors
open_windowopen_windowOpenWindowOpenWindowOpenWindowopen_window
,
query_tshapequery_tshapeQueryTshapeQueryTshapeQueryTshapequery_tshape
,
get_tshapeget_tshapeGetTshapeGetTshapeGetTshapeget_tshape
Possible Successors
write_stringwrite_stringWriteStringWriteStringWriteStringwrite_string
,
read_stringread_stringReadStringReadStringReadStringread_string
See also
get_tshapeget_tshapeGetTshapeGetTshapeGetTshapeget_tshape
,
query_tshapequery_tshapeQueryTshapeQueryTshapeQueryTshapequery_tshape
,
write_stringwrite_stringWriteStringWriteStringWriteStringwrite_string
,
read_stringread_stringReadStringReadStringReadStringread_string
Module
Foundation