dtcalc: change from obsoleted MAXFLOAT to FLT_MAX from std C
[oweals/cde.git] / cde / lib / DtHelp / ActionsI.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: ActionsI.h /main/5 1995/12/08 13:00:31 cde-hal $ */
24 /************************************<+>*************************************
25  ****************************************************************************
26  **
27  **   File:        ActionsI.h
28  **
29  **   Project:     Display area routines
30  **
31  **   Description: Header file for Actions.c
32  **
33  **
34  **  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
35  **
36  **  (c) Copyright 1993, 1994 Hewlett-Packard Company
37  **  (c) Copyright 1993, 1994 International Business Machines Corp.
38  **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
39  **  (c) Copyright 1993, 1994 Novell, Inc.
40  ****************************************************************************
41  ************************************<+>*************************************/
42 #ifndef _DtHelpActionsI_h
43 #define _DtHelpActionsI_h
44
45 #ifdef __cplusplus
46 extern "C" {
47 #endif
48 /*****************************************************************************
49  *              Semi Public Routines
50  *****************************************************************************/
51 extern  void    _DtHelpActivateLink (
52                         Widget          widget,
53                         XEvent          *event,
54                         String          *params,
55                         Cardinal        *num_params);
56 extern  void    _DtHelpCopyAction (
57                         Widget          widget,
58                         XEvent          *event,
59                         String          *params,
60                         Cardinal        *num_params);
61 extern  void    _DtHelpDeSelectAll (
62                         Widget          widget,
63                         XEvent          *event,
64                         String          *params,
65                         Cardinal        *num_params);
66 extern  void    _DtHelpNextLink (
67                         Widget          widget,
68                         XEvent          *event,
69                         String          *params,
70                         Cardinal        *num_params);
71 extern  void    _DtHelpPageLeftOrRight (
72                         Widget          widget,
73                         XEvent          *event,
74                         String          *params,
75                         Cardinal        *num_params);
76 extern  void    _DtHelpPageUpOrDown (
77                         Widget          widget,
78                         XEvent          *event,
79                         String          *params,
80                         Cardinal        *num_params);
81 extern  void    _DtHelpSelectAll (
82                         Widget          widget,
83                         XEvent          *event,
84                         String          *params,
85                         Cardinal        *num_params);
86
87 #ifdef __cplusplus
88 }
89 #endif
90 #endif /* _DtHelpActionsI_h */