Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmdragcancel(3x) [osf1 man page]

XmDragCancel(3X)														  XmDragCancel(3X)

NAME
XmDragCancel - A Drag and Drop function that terminates a drag transaction SYNOPSIS
#include <Xm/DragDrop.h> void XmDragCancel (dragcontext) Widget dragcontext; DESCRIPTION
XmDragCancel terminates a drag operation and cancels any pending actions of the specified DragContext. This routine can only be called by the initiator client. Specifies the ID of the DragContext widget associated with the drag and drop transaction to be terminated For a complete definition of DragContext and its associated resources, see XmDragContext(3X). SEE ALSO
XmDragContext(3X), XmDragStart(3X) XmDragCancel(3X)

Check Out this Related Man Page

XmGetDragContext(3X)													      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 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 corre- sponding 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 widget. 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. SEE ALSO
XmDragContext(3X) XmGetDragContext(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies