ClassesClasses | | Operators

query_tshapeT_query_tshapeQueryTshapeQueryTshape (Operator)

Name

query_tshapeT_query_tshapeQueryTshapeQueryTshape — Query all shapes available for text cursors.

Warning

query_tshapequery_tshapeQueryTshapeQueryTshapeQueryTshape is obsolete and is only provided for reasons of backward compatibility.

Signature

query_tshape( : : WindowHandle : TextCursor)

Herror T_query_tshape(const Htuple WindowHandle, Htuple* TextCursor)

void QueryTshape(const HTuple& WindowHandle, HTuple* TextCursor)

HTuple HWindow::QueryTshape() const

static void HOperatorSet.QueryTshape(HTuple windowHandle, out HTuple textCursor)

HTuple HWindow.QueryTshape()

Description

query_tshapequery_tshapeQueryTshapeQueryTshapeQueryTshape queries the available shapes of text cursors for the output window. The retrieved shapes can be used by the operator set_tshapeset_tshapeSetTshapeSetTshapeSetTshape.

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Window handle.

TextCursorTextCursorTextCursorTextCursortextCursor (output_control)  string-array HTupleHTupleHtuple (string) (string) (HString) (char*)

Names of the available text cursors.

Result

query_tshapequery_tshapeQueryTshapeQueryTshapeQueryTshape returns 2 (H_MSG_TRUE).

Possible Predecessors

open_windowopen_windowOpenWindowOpenWindowOpenWindow

Possible Successors

set_tshapeset_tshapeSetTshapeSetTshapeSetTshape, write_stringwrite_stringWriteStringWriteStringWriteString, read_stringread_stringReadStringReadStringReadString

See also

set_tshapeset_tshapeSetTshapeSetTshapeSetTshape, get_shapeget_shapeGetShapeGetShapeGetShape, set_tpositionset_tpositionSetTpositionSetTpositionSetTposition, write_stringwrite_stringWriteStringWriteStringWriteString, read_stringread_stringReadStringReadStringReadString

Module

Foundation


ClassesClasses | | Operators