Function: wcur

Syntax

wcur ({<cursor>})

Type

window

Returns

The window corresponding to a mouse action. If the window is a sub-window within a panel window parent, the sub-window is returned.

Only non-iconic windows are usable with this function.

Parameters

Examples

Use the default cursor.

window w = wcur

Use a "hand" cursor.

window w = wcur(hand)

See Also

Commands:

uncursor, window

Structures:

window

Identifiers:

tracking (procedure)