Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmdropsiteupdate(3x) [osf1 man page]

XmDropSiteUpdate(3X)													      XmDropSiteUpdate(3X)

NAME
XmDropSiteUpdate - A Drag and Drop function that sets resource values for a drop site SYNOPSIS
#include <Xm/DragDrop.h> void XmDropSiteUpdate (widget, arglist, argcount) Widget widget; ArgList arglist; Cardinal argcount; DESCRIPTION
XmDropSiteUpdate modifies drop site resources associated with the specified widget. This routine updates the drop site resources specified in the arglist. Specifies the ID of the widget registered as a drop site Specifies the argument list Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of DropSite and its associated resources, see XmDropSite(3X). SEE ALSO
XmDropSite(3X), XmDropSiteEndUpdate(3X), XmDropSiteRegister(3X), XmDropSiteStartUpdate(3X), XmDropSiteUnregister(3X) XmDropSiteUpdate(3X)

Check Out this Related Man Page

XmDragStart(3X) 														   XmDragStart(3X)

NAME
XmDragStart - A Drag and Drop function that initiates a drag and drop transaction SYNOPSIS
#include <Xm/DragDrop.h> Widget XmDragStart (widget, event, arglist, argcount) Widget widget; XEvent *event; ArgList arglist; Cardinal argcount; DESCRIPTION
XmDragStart initiates a drag operation. This routine returns the DragContext widget that it initializes for the associated drag transac- tion. The toolkit is responsible for freeing the DragContext when the drag and drop transaction is complete. Specifies the ID of the smallest widget and/or gadget that encloses the source elements selected for a drag operation. Specifies the XEvent that triggered the drag operation. This event must be a ButtonPress event. Specifies the argument list. Any XmDragContext resources not specified in the argument list are obtained from the resource database or are set to their default values. Specifies the number of attribute/value pairs in the argument list (arglist). For a complete definition of DragContext and its associated resources, see XmDragContext(3X). RETURN VALUE
Returns the ID of the DragContext widget that controls this drag and drop transaction. SEE ALSO
XmDragCancel(3X), XmDragContext(3X) XmDragStart(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