XmeGetNullCursor — Returns the null cursor associated with a given display
#include <Xm/ScreenP.h>
Cursor XmeGetNullCursor
(widget);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. |
Returns a handle to a null cursor.