Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmclipboardwithdrawformat(3) [redhat man page]

XmClipboardWithdrawFormat(library call) 								   XmClipboardWithdrawFormat(library call)

NAME
XmClipboardWithdrawFormat -- A clipboard function that indicates that the application no longer wants to supply a data item SYNOPSIS
#include <Xm/CutPaste.h> int XmClipboardWithdrawFormat (display, window, data_id) Display * display; Window window; long data_id; (void) DESCRIPTION
XmClipboardWithdrawFormat indicates that the application no longer supplies a data item to the clipboard that the application had previ- ously passed by name. display Specifies a pointer to the Display structure that was returned in a previous call to XOpenDisplay or XtDisplay. window Specifies the window ID of a widget that relates the application window to the clipboard. The widget's window ID can be obtained through XtWindow. The same application instance should pass the same window ID to each clipboard function it calls. data_id Specifies an identifying number assigned to the data item, that uniquely identifies the data item and the format. This was assigned to the item when it was originally passed by XmClipboardCopy. RETURN
XmClipboardSuccess The function was successful. XmClipboardLocked The function failed because the clipboard was locked by another application. The application can continue to call the function again with the same parameters until the lock goes away. This gives the application the opportunity to ask if the user wants to keep trying or to give up on the operation. RELATED
XmClipboardCopy(3) and XmClipboardStartCopy(3). XmClipboardWithdrawFormat(library call)

Check Out this Related Man Page

XmClipboardWithdrawFormat(library call) 								   XmClipboardWithdrawFormat(library call)

NAME
XmClipboardWithdrawFormat -- A clipboard function that indicates that the application no longer wants to supply a data item SYNOPSIS
#include <Xm/CutPaste.h> int XmClipboardWithdrawFormat (display, window, data_id) Display * display; Window window; long data_id; (void) DESCRIPTION
XmClipboardWithdrawFormat indicates that the application no longer supplies a data item to the clipboard that the application had previ- ously passed by name. display Specifies a pointer to the Display structure that was returned in a previous call to XOpenDisplay or XtDisplay. window Specifies the window ID of a widget that relates the application window to the clipboard. The widget's window ID can be obtained through XtWindow. The same application instance should pass the same window ID to each clipboard function it calls. data_id Specifies an identifying number assigned to the data item, that uniquely identifies the data item and the format. This was assigned to the item when it was originally passed by XmClipboardCopy. RETURN
XmClipboardSuccess The function was successful. XmClipboardLocked The function failed because the clipboard was locked by another application. The application can continue to call the function again with the same parameters until the lock goes away. This gives the application the opportunity to ask if the user wants to keep trying or to give up on the operation. RELATED
XmClipboardCopy(3) and XmClipboardStartCopy(3). XmClipboardWithdrawFormat(library call)
Man Page

3 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

about libXm.so.2 library

I have installed RedHat7.3 on my pc.But when i open a application window it says libXm.so.2 does not exist.Yes it does not exist. there is a libXm.so.3 there. So how can i get libXm.so.2 or what's wrong with it?thanks. by the way,with windowXP vfat format disk,can it solve large size file,llike... (0 Replies)
Discussion started by: jingwp
0 Replies

2. UNIX for Dummies Questions & Answers

Positional parameters

I need to get file names from commandline arguments, it may be any no of arguements, Using for loop i got but how do i display it, bcoz $i will give the number i is assigned $$i is not working either $($i), i need the names of the files got in the arguement (2 Replies)
Discussion started by: shalu@ibm
2 Replies

3. UNIX for Advanced & Expert Users

Not Enough Space

Hi am getting the following exception thru one of my application. Mmap failed for the library</swrl/orabase/product/9.2.0.8/lib/libclntsh.sl.9.0> : Not enough space. Can any one let me know the reason behind this. I've check the syslog of oracle it shows the exception when above error... (4 Replies)
Discussion started by: ganesh.mandlik
4 Replies