Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / HyperTextI.h
1 /* $XConsortium: HyperTextI.h /main/5 1995/10/26 12:28:01 rswiston $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        HyperText.h
6  **
7  **   Project:     TextGraphic Display routines
8  **
9  **   Description: Header file for HyperText.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  ************************************<+>*************************************/
23 #ifndef _DtHyperTextI_h
24 #define _DtHyperTextI_h
25
26 /*****************************************************************************
27  * Semi-private routines
28  *****************************************************************************/
29 extern  int      __DtLinkAddToList (
30                         char *link,
31                         int   type,
32                         char *description);
33 extern  void     __DtLinkRemoveFromList ( int link_index );
34 extern  char    *__DtLinkStringReturn ( int link_index );
35 extern  int      __DtLinkTypeReturn ( int link_index );
36 extern  void    _DtHelpExecProcedure (
37                         XtPointer  client_data,
38                         char *cmd );
39 extern  void    _DtHelpProcessHyperSelection (
40                         XtPointer        client_data,
41                         int              downX,
42                         int              downY,
43                         XEvent          *event );
44
45 #endif /* _DtHyperTextI_h */