xmdropsiteupdate(3) - Linux man page
Name
XmDropSiteUpdate - A Drag and Drop function that sets resource values for a drop site
Synopsis
#include <Xm/DragDrop.h> void XmDropSiteUpdate( 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.
- widget
Specifies the ID of the widget registered as a drop site
arglist
Specifies the argument list
argcount
Specifies the number of attribute/value pairs in the argument list (arglist)
- For a complete definition of DropSite and its associated resources, see xmdropsite(3).
Related
xmdropsite(3), xmdropsiteendupdate(3), xmdropsiteregister(3), xmdropsitestartupdate(3), and xmdropsiteunregister(3).