Query all shapes available for text cursors.
::query_tshape queries the available shapes of text cursors for the output window. The retrieved shapes can be used by the operator ::set_tshape.
|
WindowHandle (input_control) |
window -> HTuple.long |
| Window identifier. | |
|
TextCursor (output_control) |
string-array -> HTuple.char * |
| Names of the available text cursors. | |
::query_tshape returns H_MSG_TRUE.
::open_window, ::open_textwindow
::set_tshape, ::write_string, ::read_string
::set_tshape, ::get_shape, ::set_tposition, ::write_string, ::read_string
System