A toolkit function that establishes a widget as a drop site
Format
#include <Xm/TransferP.h> void XmeDropSinkWidget widgetArgList argsCardinal arg_count
DESCRIPTION
XmeDropSink establishes a widget as a drop site for drag and drop operations. This routine calls XmDropSiteRegister with the widget specified in widget and the arguments specified in args. It overrides any setting of XmNdropProc in args.
This routine sets the DropSite's XmNdropProc to a function that initializes an XmDestinationCallbackStruct as follows:
XmeDropSink makes the following sequence of calls:
RELATED
XmQTtransfer(3), XmTransferDone(3), XmTransferValue(3), XmeClipboardSink(3), XmeClipboardSource(3), XmeConvertMerge(3), XmeDragSource(3), XmeGetEncodingAtom(3), XmePrimarySink(3), XmePrimarySource(3), XmeSecondarySink(3), XmeSecondarySource(3), XmeSecondaryTransfer(3), XmeStandardConvert(3), XmeStandardTargets(3), and XmeTransferAddDoneProc(3).