1XmClipboardUnlock(library call)                XmClipboardUnlock(library call)
2
3
4

NAME

6       XmClipboardUnlock — A clipboard function that unlocks the clipboard
7

SYNOPSIS

9       #include <Xm/CutPaste.h>
10       int XmClipboardUnlock (display, window, remove_all_locks)
11               Display * display;
12               Window  window;
13               Boolean remove_all_locks;
14       (void)
15

DESCRIPTION

17       XmClipboardUnlock  unlocks the clipboard, enabling it to be accessed by
18       other applications.
19
20       If multiple calls to XmClipboardLock have occurred, the same number  of
21       calls to XmClipboardUnlock is necessary to unlock the clipboard, unless
22       remove_all_locks is set to True.
23
24       display   Specifies  a  pointer  to  the  Display  structure  that  was
25                 returned in a previous call to XOpenDisplay or XtDisplay.
26
27       window    Specifies the window ID of a widget that relates the applica‐
28                 tion window to the clipboard. The widget's window ID  can  be
29                 obtained  through  XtWindow.   The  same application instance
30                 should pass the same window ID to each of the clipboard func‐
31                 tions that it calls.
32
33       remove_all_locks
34                 When True, indicates that all nested locks should be removed.
35                 When False, indicates that only one level of lock  should  be
36                 removed.
37

RETURN

39       XmClipboardSuccess
40                 The function was successful.
41
42       XmClipboardFail
43                 The  function  failed because the clipboard was not locked or
44                 was locked by another application.
45
47       XmClipboardCancelCopy(3),  XmClipboardCopy(3),   XmClipboardEndCopy(3),
48       XmClipboardEndRetrieve(3),   XmClipboardInquireCount(3),   XmClipboard‐
49       InquireFormat(3),       XmClipboardInquireLength(3),       XmClipboard‐
50       InquirePendingItems(3),   XmClipboardLock(3),   XmClipboardRegisterFor‐
51       mat(3), XmClipboardRetrieve(3),  XmClipboardStartCopy(3),  XmClipboard‐
52       StartRetrieve(3),  XmClipboardUndoCopy(3),  and XmClipboardWithdrawFor‐
53       mat(3).
54
55
56
57                                               XmClipboardUnlock(library call)
Impressum