*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmGetDragContext | Section: 3 | Source: Digital UNIX | File: XmGetDragContext.3X.gz
XmGetDragContext(3X) XmGetDragContext(3X) NAME XmGetDragContext - A Drag and Drop function that retrieves the DragCon- text widget ID associated with a timestamp SYNOPSIS #include <Xm/DragC.h> Widget XmGetDragContext (refwidget, timestamp) Widget refwidget; Time timestamp; DESCRIPTION XmGetDragContext returns the widget ID of the active DragContext asso- ciated with a given display and timestamp. A timestamp uniquely iden- tifies which DragContext is active when more than one drag and drop transaction has been initiated on a display. If the specified time- stamp matches a timestamp processed between the start and finish of a single drag and drop transaction, the function returns the correspond- ing DragContext ID. Specifies the ID of the widget that the routine uses to identify the intended display. The function returns the ID of the DragContext associated with the display value passed by this wid- get. Specifies a timestamp. For a complete definition of DragContext and its associated resources, see XmDragContext(3X). RETURN VALUE Returns the ID of the DragContext widget that is active for the speci- fied timestamp. Otherwise, returns NULL if no active DragContext is found. SEE ALSO XmDragContext(3X) XmGetDragContext(3X)

Navigation Options