Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / lib / DtHelp / HistoryI.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: HistoryI.h /main/5 1996/08/28 19:08:20 cde-hp $ */
24 /*************************************<+>*************************************
25  *****************************************************************************
26  **
27  **  File:   HistoryI.h
28  **
29  **  Project:  Cache Creek (Rivers) Project:
30  **
31  **  Description:  Internal header file for HistoryI.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 _HistoryI_h
44 #define _HistoryI_h
45
46
47 #define DtHISTORY_LIST_MAX     999   /* ??? This should be a resource ??? */
48
49
50
51
52 /*****************************************************************************
53  * Function:        void _DtHelpDisplayHistoryInfo(Widget nw);
54  *                             
55  * 
56  * Parameters:      nw        Specifies the name of the current help dialog 
57  *                            widget.
58  *
59  * Return Value:
60  *
61  * Purpose:         Displays the pre-created history dialog.
62  *
63  *****************************************************************************/
64 extern void _DtHelpDisplayHistoryInfo(
65     Widget nw);
66
67
68
69 /*****************************************************************************
70  * Function:        void _DtHelpUpdateHistoryList(char *locationId,
71  *                                 Widget nw);  
72  *
73  *
74  * Parameters:      parent      Specifies the ID string for the new topic we
75  *                              are going to display in the HelpDialog widget.
76  *
77  *                  helpDialogWidget  Specifies the current help dialog widget.
78  *
79  * Return Value:    Void.
80  *
81  * Purpose:         Updates the Path Display area on top of the help
82  *                  dialog.
83  *
84  *****************************************************************************/
85 extern void _DtHelpUpdateHistoryList(
86     char *locationId,
87     int topicType,
88     Boolean vol_changed,
89     Widget nw);
90
91
92
93
94 #endif /* _HistoryI_h */
95 /* Do not add anything after this endif. */
96
97
98
99
100
101
102
103
104
105
106