Name

XmeGetNullCursor — Returns the null cursor associated with a given display

Synopsis

#include <Xm/ScreenP.h>
Cursor XmeGetNullCursor(widget);

DESCRIPTION

Use XmeGetNullCursor to get a handle to a null cursor. The "null" cursor is transparent. A null cursor maintains cursor state information like the cursor's current position and hotspot. However, a null cursor is invisible to the user.

For example, you might want to use a null cursor instead of a visible cursor during certain drag operations.

widget 

Specifies any instantiated widget on the target screen.

RETURN

Returns a handle to a null cursor.

RELATED

XmeQueryBestCursorSize(3).