A toolkit function that establishes a widget as the destination for secondary transfer
Format
#include <Xm/TransferP.h> Boolean XmeSecondarySinkWidget widgetTime time
DESCRIPTION
XmeSecondarySink establishes a widget as the destination for secondary transfer operations. When the VendorShell XmNkeyboardFocusPolicy is XmEXPLICIT, the destination is the editable component that last had focus. When the VendorShell XmNkeyboardFocusPolicy is XmPOINTER, the destination is the editable component that last received mouse button or keyboard input.
XmeSecondarySink establishes a widget as the destination by taking ownership of the _MOTIF_DESTINATION selection.
XmeSecondarySink also establishes a function that is called when the widget loses the selection. That function makes the following sequence of calls:
RETURN
This function returns False if the widget cannot take ownership of the _MOTIF_DESTINATION selection. Otherwise, it returns True.
RELATED
XmQTtransfer(3), XmTransferDone(3), XmTransferValue(3), XmeClipboardSink(3), XmeClipboardSource(3), XmeConvertMerge(3), XmeDragSource(3), XmeDropSink(3), XmeGetEncodingAtom(3), XmePrimarySink(3), XmePrimarySource(3), XmeSecondarySource(3), XmeSecondaryTransfer(3), XmeStandardConvert(3), XmeStandardTargets(3), and XmeTransferAddDoneProc(3).