Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:15:30

0001 /*
0002  * Motif
0003  *
0004  * Copyright (c) 1987-2012, The Open Group. All rights reserved.
0005  *
0006  * These libraries and programs are free software; you can
0007  * redistribute them and/or modify them under the terms of the GNU
0008  * Lesser General Public License as published by the Free Software
0009  * Foundation; either version 2 of the License, or (at your option)
0010  * any later version.
0011  *
0012  * These libraries and programs are distributed in the hope that
0013  * they will be useful, but WITHOUT ANY WARRANTY; without even the
0014  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
0015  * PURPOSE. See the GNU Lesser General Public License for more
0016  * details.
0017  *
0018  * You should have received a copy of the GNU Lesser General Public
0019  * License along with these librararies and programs; if not, write
0020  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
0021  * Floor, Boston, MA 02110-1301 USA
0022  */
0023 /*
0024  * HISTORY
0025  */
0026 /* $TOG: TransferP.h /main/6 1999/09/01 17:14:43 mgreess $ */
0027 #ifndef _TransferP_H
0028 #define _TransferP_H
0029 
0030 #include <Xm/Transfer.h>
0031 
0032 #ifdef __cplusplus
0033 extern "C" {
0034 #endif
0035 
0036 extern void XmeConvertMerge(XtPointer, Atom, int, unsigned long,
0037              XmConvertCallbackStruct*);
0038 extern Boolean XmePrimarySource(Widget, Time);
0039 extern Boolean XmeNamedSource(Widget, Atom, Time);
0040 extern Boolean XmeSecondarySource(Widget, Time);
0041 extern void XmeSecondaryTransfer(Widget, Atom, XtEnum, Time);
0042 extern Boolean XmeClipboardSource(Widget, XtEnum, Time);
0043 extern Widget XmeDragSource(Widget, XtPointer, XEvent*, ArgList, Cardinal);
0044 
0045 extern Boolean XmePrimarySink(Widget, XtEnum, XtPointer, Time);
0046 extern Boolean XmeNamedSink(Widget, Atom, XtEnum, XtPointer, Time);
0047 extern Boolean XmeSecondarySink(Widget, Time);
0048 extern Boolean XmeClipboardSink(Widget, XtEnum, XtPointer);
0049 extern void XmeDropSink(Widget, ArgList, Cardinal);
0050 
0051 extern Atom *XmeStandardTargets(Widget, int, int*);
0052 extern void XmeStandardConvert(Widget, XtPointer, XmConvertCallbackStruct*);
0053 extern Atom XmeGetEncodingAtom(Widget);
0054 extern void XmeTransferAddDoneProc(XtPointer,
0055                    XmSelectionFinishedProc);
0056 
0057 #ifdef __cplusplus
0058 }  /* Close scope of 'extern "C"' declaration which encloses file. */
0059 #endif
0060 
0061 #endif /* _TransferP_H */