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.
RETURN
Returns a handle to a null cursor.
RELATED