Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / DestroyI.h
1 /* $XConsortium: DestroyI.h /main/5 1995/10/26 12:18:47 rswiston $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        DestroyTG.h
6  **
7  **   Project:     TextGraphic Display routines
8  **
9  **   Description: Header file for SetListTG.h
10  **
11  **
12  **  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
13  **
14  **  (c) Copyright 1993, 1994 Hewlett-Packard Company
15  **  (c) Copyright 1993, 1994 International Business Machines Corp.
16  **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
17  **  (c) Copyright 1993, 1994 Novell, Inc.
18  **
19  **
20  ****************************************************************************
21  ************************************<+>*************************************/
22 #ifndef _DtHelpDestroyI_h
23 #define _DtHelpDestroyI_h
24
25 extern  void    _DtHelpDisplayAreaClean (
26                         XtPointer  client_data);
27 extern  void    _DtHelpDisplayAreaDestroyCB (
28                         Widget w,
29                         XtPointer client_data,
30                         XtPointer call_data);
31
32 #endif /* _DtHelpDestroyI_h */