Herror ::query_mshape (
    const HTuple &WindowHandle,
    HTuple *ShapeNames
)
HTuple HWindow::QueryMshape (
    
) const

Query all available mouse pointer shapes.

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


Parameters

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

ShapeNames (output_control)
string-array -> HTuple.char *
Available mouse pointer names.


Result

::query_mshape returns the value H_MSG_TRUE.


Possible Predecessors

::open_window, ::open_textwindow, ::get_mshape


Possible Successors

::set_mshape


See also

::set_mshape, ::get_mshape


Module

System



Copyright © 1996-2002 MVTec Software GmbH