Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / examples / dtdnd / text.h
1 /* $XConsortium: text.h /main/3 1995/10/27 10:39:35 rswiston $ */
2 /*****************************************************************************
3  *****************************************************************************
4  **
5  **   File:         text.h
6  **
7  **   Description:  Header for text 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 Text Transfer Function Declarations
20  */
21
22 void            textDragSetup(Widget);
23 void            textDropSetup(Widget);
24 void            textDragStart(Widget, XEvent*);
25 Widget          textCreateDragSource(Widget);
26 Widget          textCreateDropSite(Widget);
27