hwISession ClearWaitCursor
Clears a visible wait mouse cursor.
Syntax
hwISession_handle ClearWaitCursor
Application
Tcl Modify
Description
This command clears a visible wait mouse cursor (the wait hourglass) in the application. The wait mouse cursor is called in the ShowWaitCursor command.
Example
hwi GetSessionHandle sess;
sess ClearWaitCursor;
Error
Returns success (0) or an error code.
Keywords
Tcl
Modify