XtGetSelectionValues (3) Linux Manual Page
XtGetSelectionValue, XtGetSelectionValues – obtain selection values Syntax #include <X11/Intrinsic.h> void XtGetSelectionValue(Widget w, Atom selection, Atom target, XtSelectionCallbackProc callback, XtPointer client_data, Time time); void XtGetSelectionValues(Widget w, Atom selection, Atom *targets, int count, XtSelectionCallbackProc callback, XtPointer *client_data, Time time); Arguments callback Specifies the callback procedure that is to be called when the selection value has been obtained….
