Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmclipboardundocopy(3) [redhat man page]

XmClipboardUndoCopy(library call)										 XmClipboardUndoCopy(library call)

NAME
XmClipboardUndoCopy -- A clipboard function that deletes the last item placed on the clipboard SYNOPSIS
#include <Xm/CutPaste.h> int XmClipboardUndoCopy (display, window) Display * display; Window window; (void) DESCRIPTION
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 win- dow IDs do not match the last copied item, no action is taken, and this function has no effect. 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. 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
XmClipboardLock(3) and XmClipboardStartCopy(3). XmClipboardUndoCopy(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

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

change

In redhat how do you change the display/resolution like 800X900 to 1200X1000. (1 Reply)
Discussion started by: macdonto
1 Replies

2. 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

3. UNIX for Dummies Questions & Answers

Exiting eXceed window kills my process

Hi, I run a binary application with GUI accessibility. To launch and close the application i follow the following steps: 1.Log into a console session. Export display to the local workstation. 2.Launch X windows app ( eXceed ) 3.From terminal session go to the my application directory and... (2 Replies)
Discussion started by: shantaputi
2 Replies

4. 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