XmClipboardUndoCopy(3) | Library Functions Manual | XmClipboardUndoCopy(3) |
XmClipboardUndoCopy — A clipboard function that deletes the last item placed on the clipboard "XmClipboardUndoCopy" "clipboard functions" "XmClipboardUndoCopy"
#include <Xm/CutPaste.h> int XmClipboardUndoCopy (display, window)
Display * display;
Window window; (void)
XmClipboardUndoCopy deletes the last item placed on the clipboard if the item was placed there by an application with the passed display and window arguments. Any data item deleted from the clipboard by the original call to XmClipboardCopy is restored. If the display or window IDs do not match the last copied item, no action is taken, and this function has no effect.