ClassesClasses | | Operators

query_mshapeT_query_mshapeQueryMshapeQueryMshape (Operator)

Name

query_mshapeT_query_mshapeQueryMshapeQueryMshape — Query all available mouse pointer shapes.

Signature

query_mshape( : : WindowHandle : ShapeNames)

Herror T_query_mshape(const Htuple WindowHandle, Htuple* ShapeNames)

void QueryMshape(const HTuple& WindowHandle, HTuple* ShapeNames)

HTuple HWindow::QueryMshape() const

static void HOperatorSet.QueryMshape(HTuple windowHandle, out HTuple shapeNames)

HTuple HWindow.QueryMshape()

Description

query_mshapequery_mshapeQueryMshapeQueryMshapeQueryMshape returns the names of all available mouse pointer shapes for the window. These can be used in the operator set_mshapeset_mshapeSetMshapeSetMshapeSetMshape. If no mouse pointers are available, the empty tuple is returned.

Execution Information

Parameters

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

Window handle.

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

Available mouse pointer names.

Result

query_mshapequery_mshapeQueryMshapeQueryMshapeQueryMshape returns the value 2 (H_MSG_TRUE).

Possible Predecessors

open_windowopen_windowOpenWindowOpenWindowOpenWindow, get_mshapeget_mshapeGetMshapeGetMshapeGetMshape

Possible Successors

set_mshapeset_mshapeSetMshapeSetMshapeSetMshape

See also

set_mshapeset_mshapeSetMshapeSetMshapeSetMshape, get_mshapeget_mshapeGetMshapeGetMshapeGetMshape

Module

Foundation


ClassesClasses | | Operators