A Toolkit function that provides a modal interaction
Format
#include <Xm/Xm.h> Widget XmTrackingLocate Widget widgetCursor cursorBoolean confine_to
DESCRIPTION
XmTrackingLocate provides a modal interface for selection of a component. It is intended to support context help. This function is implemented as XmTrackingEvent.
NOTE: This function is obsolete and exists for compatibility with previous releases. It has been replaced by XmTrackingEvent.
RETURN
Returns the widget or gadget that contains the pointer when BSelect is released or a key is released. If no widget or gadget contains the pointer, the function returns NULL.
RELATED