Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmGetDragContext(3X) — DG/UX 5.4R3.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought



XmGetDragContext(3X)          X11 SDE 5.4R3.00          XmGetDragContext(3X)


NAME
       XmGetDragContext--A Drag and Drop function that retrieves the
       DragContext 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
       associated with a given display and timestamp.  A timestamp uniquely
       identifies which DragContext is active when more than one drag and
       drop transaction has been initiated on a display.  If the specified
       timestamp matches a timestamp processed between the start and finish
       of a single drag and drop transaction, the function returns the
       corresponding DragContext ID.


        refwidget
               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 widget.

        timestamp
               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
       specified timestamp.  Otherwise, returns NULL if no active
       DragContext is found.

RELATED INFORMATION
       XmDragContext(3X).

















Licensed material--property of copyright holder(s)                         1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026