Name
XtLoseSelectionIncrProc — prototype procedure to release incremental selection ownership.
Synopsis
typedef void (∗XtLoseSelectionIncrProc)(Widget, Atom∗, XtPointer)
Widget w;
Atom ∗selection;
XtPointer client_data;
Arguments
wSpecifies the widget that has lost the selection ownership.
selectionSpecifies the atom that names the selection.
client_data
Specifies the value passed in by the widget when it took ownership of the selection.
Description
XtLoseSelectionIncrProc can optionally be registered with XtOwnSelectionIncremental, and is called by the Intrinsics to inform the selection owner that it no longer owns the selection.
See Also
XtGetSelectionValueIncremental(1), XtGetSelectionValuesIncremental(1), XtOwnSelectionIncremental(1),
XtCancelConvertSelectionProc(2), XtConvertSelectionIncrProc(2), XtLoseSelectionProc(2),
XtSelectionDoneIncrProc(2).