A toolkit function that transfers data from the clipboard to a widget
Format
#include <Xm/Xm.h> Boolean XmeClipboardSinkWidget widgetXtEnum opXtPointer location_data
DESCRIPTION
XmeClipboardSink transfers data from the clipboard to a widget.
This routine initializes an XmDestinationCallbackStruct as follows:
The routine then makes the following sequence of calls:
It is the responsibility of the XmNdestinationCallback procedures and the destinationProc trait method to transfer any data to the widget.
RETURN
This function returns False if no transfers take place. Otherwise, it returns True.
RELATED
XmQTtransfer(3), XmTransferDone(3), XmTransferValue(3), XmeClipboardSource(3), XmeConvertMerge(3), XmeDragSource(3), XmeDropSink(3), XmeGetEncodingAtom(3), XmePrimarySink(3), XmePrimarySource(3), XmeSecondarySink(3), XmeSecondarySource(3), XmeSecondaryTransfer(3), XmeStandardConvert(3), XmeStandardTargets(3), and XmeTransferAddDoneProc(3).