[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Widget Writer's Guide


XmeGetNullCursor

Returns the null cursor associated with a given display

Format

#include <Xm/ScreenP.h>
Cursor XmeGetNullCursorWidget
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).


[ Previous | Next | Contents | Glossary | Home | Search ]