XmClipboardEndCopy(3) | Library Functions Manual | XmClipboardEndCopy(3) |
XmClipboardEndCopy — A clipboard function that completes the copying of data to the clipboard "XmClipboardEndCopy" "clipboard functions" "XmClipboardEndCopy"
#include <Xm/CutPaste.h> int XmClipboardEndCopy (display, window, item_id)
Display * display;
Window window;
long item_id; (void)
XmClipboardEndCopy locks the clipboard from access by other applications, places data in the clipboard data structure, and unlocks the clipboard. Data items copied to the clipboard by XmClipboardCopy are not actually entered in the clipboard data structure until the call to XmClipboardEndCopy.
This function also frees up temporary storage that was allocated by XmClipboardStartCopy, which must be called before XmClipboardEndCopy. The latter function should not be called if XmClipboardCancelCopy has been called.
XmClipboardCancelCopy(3), XmClipboardCopy(3) and XmClipboardStartCopy(3).