XmTrackingLocate(3) Library Functions Manual XmTrackingLocate(3) NAME XmTrackingLocate -- A Toolkit function that provides a modal interaction SYNOPSIS #include <Xm/Xm.h> Widget XmTrackingLocate( Widget widget, Cursor cursor, Boolean 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. widget Specifies the widget ID of a widget to use as the basis of the modal interaction. That is, the widget within which the interac- tion must occur, usually a top-level shell. cursor Specifies the cursor to be used for the pointer during the inter- action. This is a standard X cursor name. confine_toSpecifies whether or not the cursor should be confined to widget RETURN Returns the widget or gadget that contains the pointer when BSelect is re- leased or a key is released. If no widget or gadget contains the pointer, the function returns NULL. RELATED XmTrackingEvent(3). XmTrackingLocate(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN | RELATED
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmTrackingLocate&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
