A clipboard function that unlocks the clipboard
Format
#include <Xm/CutPaste.h> int XmClipboardUnlock ( display, window, remove_all_locks) Display * display; Window window; Boolean remove_all_locks; (VOID)
DESCRIPTION
XmClipboardUnlock unlocks the clipboard, enabling it to be accessed by other applications.
If multiple calls to XmClipboardLock have occurred, the same number of calls to XmClipboardUnlock is necessary to unlock the clipboard, unless remove_all_locks is set to True.
RETURN
RELATED
XmClipboardCancelCopy (3), XmClipboardCopy (3), XmClipboardEndCopy (3), XmClipboardEndRetrieve (3), XmClipboardInquireCount (3), XmClipboardInquireFormat (3), XmClipboardInquireLength (3), XmClipboardInquirePendingItems (3), XmClipboardLock (3), XmClipboardRegisterFormat (3), XmClipboardRetrieve (3), XmClipboardStartCopy (3), XmClipboardStartRetrieve (3), XmClipboardUndoCopy (3), and XmClipboardWithdrawFormat (3).