Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / examples / dtdnd / file.h
1 /* $XConsortium: file.h /main/3 1995/10/27 10:39:01 rswiston $ */
2 /*****************************************************************************
3  *****************************************************************************
4  **
5  **   File:         file.h
6  **
7  **   Description:  Header for file transfer portion of CDE Drag & Drop Demo.
8  **
9  **  (c) Copyright 1993, 1994 Hewlett-Packard Company
10  **  (c) Copyright 1993, 1994 International Business Machines Corp.
11  **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
12  **  (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
13  **      Novell, Inc.
14  **
15  ****************************************************************************
16  ************************************<+>*************************************/
17
18 /*
19  * Public File Transfer Function Declarations
20  */
21
22 void            fileCheckForDrag(Widget, XEvent*, int, int);
23 Widget          fileCreateDragSource(Widget);
24 void            fileDragSetup(Widget);
25 void            fileTransferCallback(Widget, XtPointer, XtPointer);
26 char *          fileStoreBuffer(char*, void*, int);