pltINote GetCursorAlwaysVisible

Gets whether the animation cursor is always shown.

Syntax

pltINote_handle GetCursorAlwaysVisible

Application

Tcl Query

Description

Gets whether the animation cursor is always shown. Returns True if the cursor is always shown, otherwise false.

Normally, the animation cursor is only shown during animation or in certain graphical user interface modes. This command interrogates whether the cursor is always shown.

Example

To determine whether the cursor is always shown:
hwi ReleaseAllHandles
hwi GetActiveClientHandle myPlotName
myPlotName GetCursorAlwaysShown

Errors

None.

Keywords

Tcl

Note

Query