XmDropSiteUpdate(3X) — OSF/Motif
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)
Widgetwidget;
ArgListarglist;
Cardinalargcount;
DESCRIPTION
XmDropSiteUpdate modifies drop site resources associated with the specified widget. This routine updates the drop site resources specified in the arglist.
widgetSpecifies the ID of the widget registered as a drop site
arglistSpecifies the argument list
argcountSpecifies the number of attribute/value pairs in the argument list (arglist)
For a complete definition of DropSite and its associated resources, see XmDropSite(3X).
RELATED INFORMATION
XmDropSite(3X), XmDropSiteEndUpdate(3X), XmDropSiteRegister(3X), XmDropSiteStartUpdate(3X), and XmDropSiteUnregister(3X).