Herror ::get_mshape (
    const HTuple &WindowHandle,
    char *Cursor
)
HTuple HWindow::GetMshape (
    
) const

Query the current mouse pointer shape.

::get_mshape returns the name of the pointer shape set for the window. The mouse pointer shape can be used in the operator ::set_mshape.


Parameters

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

Cursor (output_control)
string -> char *
Mouse pointer name.


Result

::get_mshape returns the value H_MSG_TRUE.


Possible Predecessors

::open_window, ::open_textwindow, ::query_mshape


Possible Successors

::set_mshape


See also

::set_mshape, ::query_mshape


Module

System



Copyright © 1996-2002 MVTec Software GmbH