A toolkit function that takes ownership of the secondary selection
Format
#include <Xm/TransferP.h> Boolean XmeSecondarySourceWidget widgetTime time
DESCRIPTION
XmeSecondarySource takes ownership of the secondary selection. A widget usually calls XmeSecondarySource from an action routine that starts a secondary selection.
XmeSecondarySource establishes a function that is called when the widget is asked to convert the secondary selection. That function makes the following sequence of calls:
XmeSecondarySource also establishes a function that is called when the widget loses the selection. That function makes the following sequence of calls:
XmeSecondarySource is used in conjunction with XmeSecondaryTransfer.
RETURN
This function returns False if the widget cannot take ownership of the secondary 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), XmeSecondarySink(3), XmeSecondaryTransfer(3), XmeStandardConvert(3), XmeStandardTargets(3), and XmeTransferAddDoneProc(3).