manpagez: man pages & more
man XmTrackingLocate(3)
Home | html | info | man
XmTrackingLocate(library call)                  XmTrackingLocate(library call)




NAME

       XmTrackingLocate  --  A Toolkit function that provides a modal interac-
       tion


SYNOPSIS

       #include <Xm/Xm.h>
       Widget XmTrackingLocate(
       Widget widget,
       Cursor cursor,
       Boolean confine_to);


DESCRIPTION

       XmTrackingLocate provides a modal interface for selection of  a  compo-
       nent.  It is intended to support context help.  This function is imple-
       mented as XmTrackingEvent.

       NOTE: This function is obsolete and exists for compatibility with  pre-
       vious 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
                 interaction must occur, usually a top-level shell.

       cursor    Specifies  the  cursor  to be used for the pointer during the
                 interaction.  This is a standard X cursor name.

       confine_to
                 Specifies whether or not the cursor  should  be  confined  to
                 widget


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

       XmTrackingEvent(3).



                                                XmTrackingLocate(library call)

openMotif 2.3.1 - Generated Thu Dec 4 11:47:58 CST 2008
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.