dtcalc: change from obsoleted MAXFLOAT to FLT_MAX from std C
[oweals/cde.git] / cde / lib / DtHelp / PathAreaI.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: PathAreaI.h /main/4 1995/10/26 12:30:48 rswiston $ */
24 /*************************************<+>*************************************
25  *****************************************************************************
26  **
27  **  File:   PathAreaI.h
28  **
29  **  Project:  Cache Creek (Rivers) Project:
30  **
31  **  Description:  Internal header file for PathArea.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  *************************************<+>*************************************/
43 #ifndef _PathAreaI_h
44 #define _PathAreaI_h
45
46
47 #define DtPATH_LIST_MAX    99
48
49
50
51
52
53 /*****************************************************************************
54  * Function:        void _DtHelpUpdatePathArea(char *locationId,
55  *                                 DtHelpDialogWidget nw);  
56  *
57  *
58  * Parameters:      locationId Specifies the ID string for the new topic we
59  *                              are going to display in the HelpDialog widget.
60  *
61  *                  helpDialogWidget  Specifies the current help dialog widget.
62  *
63  * Return Value:    Void.
64  *
65  * Purpose:         Updates the Path Display area on top of the help
66  *                  dialog based on the new locationId we are about to display.
67  *
68  *****************************************************************************/
69 void _DtHelpUpdatePathArea(
70     char *locationId,
71     DtHelpDialogWidget nw);
72
73
74
75
76
77 /*****************************************************************************
78  * Function:        void _DtHelpBuildPathArea(Widget parent,
79  *                                 DtHelpDialogWidget nw);  
80  *
81  *
82  * Parameters:      parent      Specifies the widget ID of the help dialog you
83  *                              want to set the topic in.
84  *                  nw          Specifies the current help dialog widget.
85  *
86  * Return Value:    Void.
87  *
88  * Purpose:         Creates/updates the Path Display area on top of the help 
89  *                  dialog.
90  *
91  *****************************************************************************/
92 extern void _DtHelpBuildPathArea(
93     Widget parent,
94     DtHelpDialogWidget nw);
95
96
97
98
99
100
101 #endif /* _PathAreaI_h */
102 /* Do not add anything after this endif. */
103
104
105
106
107
108
109
110
111
112
113