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

NAME

6       XmClipboardWithdrawFormat  —  A  clipboard function that indicates that
7       the application no longer wants to supply a data item
8

SYNOPSIS

10       #include <Xm/CutPaste.h>
11       int XmClipboardWithdrawFormat (display, window, data_id)
12               Display * display;
13               Window  window;
14               long    data_id;
15       (void)
16

DESCRIPTION

18       XmClipboardWithdrawFormat indicates that the application no longer sup‐
19       plies  a data item to the clipboard that the application had previously
20       passed by name.
21
22       display   Specifies  a  pointer  to  the  Display  structure  that  was
23                 returned in a previous call to XOpenDisplay or XtDisplay.
24
25       window    Specifies the window ID of a widget that relates the applica‐
26                 tion window to the clipboard.  The widget's window ID can  be
27                 obtained  through  XtWindow.   The  same application instance
28                 should pass the same window ID to each clipboard function  it
29                 calls.
30
31       data_id   Specifies  an  identifying  number assigned to the data item,
32                 that uniquely identifies the data item and the  format.  This
33                 was  assigned  to  the  item when it was originally passed by
34                 XmClipboardCopy.
35

RETURN

37       XmClipboardSuccess
38                 The function was successful.
39
40       XmClipboardLocked
41                 The function failed  because  the  clipboard  was  locked  by
42                 another application. The application can continue to call the
43                 function again with the same parameters until the  lock  goes
44                 away.  This  gives  the application the opportunity to ask if
45                 the user wants to keep trying or to give up on the operation.
46
48       XmClipboardCopy(3) and XmClipboardStartCopy(3).
49
50
51
52                                       XmClipboardWithdrawFormat(library call)
Impressum