Herror ::query_tshape (
    const HTuple &WindowHandle,
    HTuple *TextCursor
)
HTuple HWindow::QueryTshape (
    
) const

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.


Parameters

WindowHandle (input_control)
window -> HTuple.long
Window identifier.

TextCursor (output_control)
string-array -> HTuple.char *
Names of the available text cursors.


Result

::query_tshape returns H_MSG_TRUE.


Possible Predecessors

::open_window, ::open_textwindow


Possible Successors

::set_tshape, ::write_string, ::read_string


See also

::set_tshape, ::get_shape, ::set_tposition, ::write_string, ::read_string


Module

System



Copyright © 1996-2002 MVTec Software GmbH