Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / ActionsI.h
1 /* $XConsortium: ActionsI.h /main/5 1995/12/08 13:00:31 cde-hal $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        ActionsI.h
6  **
7  **   Project:     Display area routines
8  **
9  **   Description: Header file for Actions.c
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 #ifndef _DtHelpActionsI_h
21 #define _DtHelpActionsI_h
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 /*****************************************************************************
27  *              Semi Public Routines
28  *****************************************************************************/
29 extern  void    _DtHelpActivateLink (
30                         Widget          widget,
31                         XEvent          *event,
32                         String          *params,
33                         Cardinal        *num_params);
34 extern  void    _DtHelpCopyAction (
35                         Widget          widget,
36                         XEvent          *event,
37                         String          *params,
38                         Cardinal        *num_params);
39 extern  void    _DtHelpDeSelectAll (
40                         Widget          widget,
41                         XEvent          *event,
42                         String          *params,
43                         Cardinal        *num_params);
44 extern  void    _DtHelpNextLink (
45                         Widget          widget,
46                         XEvent          *event,
47                         String          *params,
48                         Cardinal        *num_params);
49 extern  void    _DtHelpPageLeftOrRight (
50                         Widget          widget,
51                         XEvent          *event,
52                         String          *params,
53                         Cardinal        *num_params);
54 extern  void    _DtHelpPageUpOrDown (
55                         Widget          widget,
56                         XEvent          *event,
57                         String          *params,
58                         Cardinal        *num_params);
59 extern  void    _DtHelpSelectAll (
60                         Widget          widget,
61                         XEvent          *event,
62                         String          *params,
63                         Cardinal        *num_params);
64
65 #ifdef __cplusplus
66 }
67 #endif
68 #endif /* _DtHelpActionsI_h */