pltINote SetCursorAlwaysVisible

Sets whether to always show the animation cursor.

Syntax

pltINote_handle SetCursorAlwaysVisible flag

Application

Tcl Modify

Description

Sets whether to always show the animation cursor. Normally, the animation cursor is only shown during animation or in certain graphical user interface modes. This command forces the cursor to be always shown.

Inputs

flag
Returns true (0) for a successful execution of the command and non-zero or false for an unsuccessful execution of the command.

Example

To display the animation cursor while not animating:
hwi ReleaseAllHandles
hwi GetActiveClientHandle myPlotName
myPlotName SetCursorAlwaysShown true

Errors

None.

Keywords

Tcl

Note

Query