query_mshapeT_query_mshapeQueryMshapeQueryMshapequery_mshape (Operator)

Name

query_mshapeT_query_mshapeQueryMshapeQueryMshapequery_mshape — Query all available mouse pointer shapes.

Warning

This operator does not work in an HDevelop graphics window opened with dev_open_window.

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()

def query_mshape(window_handle: HHandle) -> Sequence[str]

Description

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

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle (input_control)  window HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Window handle.

ShapeNamesShapeNamesShapeNamesShapeNamesshapeNamesshape_names (output_control)  string-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Available mouse pointer names.

Result

query_mshapequery_mshapeQueryMshapeQueryMshapeQueryMshapequery_mshape returns the value TRUE.

Possible Predecessors

open_windowopen_windowOpenWindowOpenWindowOpenWindowopen_window, get_mshapeget_mshapeGetMshapeGetMshapeGetMshapeget_mshape

Possible Successors

set_mshapeset_mshapeSetMshapeSetMshapeSetMshapeset_mshape

See also

set_mshapeset_mshapeSetMshapeSetMshapeSetMshapeset_mshape, get_mshapeget_mshapeGetMshapeGetMshapeGetMshapeget_mshape

Module

Foundation