Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / programs / dtcm / dtcm / help.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 /*******************************************************************************
24 **
25 **  help.h
26 **
27 **  static char sccsid[] = "@(#)help.h 1.16 94/11/07 Copyr 1991 Sun Microsystems, Inc.";
28 **
29 **  $XConsortium: help.h /main/5 1996/10/08 14:12:28 barstow $
30 **
31 **  RESTRICTED CONFIDENTIAL INFORMATION:
32 **
33 **  The information in this document is subject to special
34 **  restrictions in a confidential disclosure agreement between
35 **  HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
36 **  document outside HP, IBM, Sun, USL, SCO, or Univel without
37 **  Sun's specific written approval.  This document and all copies
38 **  and derivative works thereof must be returned or destroyed at
39 **  Sun's request.
40 **
41 **  Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
42 **
43 *************************************************************************/
44
45 /*                                                                      *
46  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
47  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
48  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
49  * (c) Copyright 1993, 1994 Novell, Inc.                                *
50  */
51
52 #ifndef _HELP_H
53 #define _HELP_H
54
55 /* for help */
56 #define HELP_OVERVIEW                           100
57 #define HELP_TASKS                              101
58 #define HELP_REFERENCE                          102
59 #define HELP_ONITEM                             103
60 #define HELP_USINGHELP                          104
61 #define HELP_ABOUTCALENDAR                      105
62 #define HELP_TOC                                106
63
64 /* location id's for on item help */
65 #define CALENDAR_HELP_FILE_BUTTON               "CalendarFileMenu"
66 #define CALENDAR_HELP_EDIT_BUTTON               "CalendarEditMenu"
67 #define CALENDAR_HELP_VIEW_BUTTON               "CalendarViewMenu"
68 #define CALENDAR_HELP_BROWSE_BUTTON             "CalendarBrowseMenu"
69 #define CALENDAR_HELP_HELP_BUTTON               "CalendarHelpMenu"
70 #define CALENDAR_HELP_APPT_BUTTON               "CalendarToolBar"
71 #define CALENDAR_HELP_TODO_BUTTON               "CalendarToolBar"
72 #define CALENDAR_HELP_PREV_BUTTON               "CalendarToolBar"
73 #define CALENDAR_HELP_NEXT_BUTTON               "CalendarToolBar"
74 #define CALENDAR_HELP_TODAY_BUTTON              "CalendarToolBar"
75 #define CALENDAR_HELP_DAY_BUTTON                "CalendarToolBar"
76 #define CALENDAR_HELP_WEEK_BUTTON               "CalendarToolBar"
77 #define CALENDAR_HELP_MONTH_BUTTON              "CalendarToolBar"
78 #define CALENDAR_HELP_YEAR_BUTTON               "CalendarToolBar"
79 #define CALENDAR_HELP_MONTH_WINDOW              "CalendarMonthWindow"
80 #define CALENDAR_HELP_WEEK_WINDOW               "CalendarWeekWindow"
81 #define CALENDAR_HELP_DAY_WINDOW                "CalendarDayWindow"
82 #define CALENDAR_HELP_YEAR_WINDOW               "CalendarYearWindow"
83
84 /* help buttons for popups */
85 #define OPTIONS_HELP_BUTTON             "CalendarOptionsCategoryDialog"
86 #define APPT_EDITOR_HELP_BUTTON         "CalendarApptEditorDialog"
87 #define TODO_EDITOR_HELP_BUTTON         "CalendarToDoEditorDialog"
88 #define FIND_HELP_BUTTON                "CalendarFindDialog"
89 #define GOTO_HELP_BUTTON                "CalendarGotoDateDialog"
90 #define SHOW_OTHER_CAL_HELP_BUTTON      "CalendarShowOtherCalendarDialog"
91 #define COMPARE_CALS_HELP_BUTTON        "CalendarCompareCalsDialog"
92 #define MENU_EDITOR_HELP_BUTTON         "CalendarMenuEditorDialog"
93 #define GROUP_APPT_EDITOR_HELP_BUTTON   "CalendarGroupApptEditorDialog"
94 #define APPT_LIST_HELP_BUTTON           "CalendarApptListDialog"
95 #define TODO_LIST_HELP_BUTTON           "CalendarTodoListDialog"
96 #define PRINT_HELP_BUTTON               "CalendarPrintDialog"
97 #define TIMEZONE_HELP_BUTTON            "CalendarTimeZoneDialog"
98
99 /* help buttons for popups */
100 #define CMSD_ERROR_HELP                 "CalendarCmsdError"
101 #define CAL_LOCATION_ERROR_HELP         "CalendarLocationError"
102 #define DND_ERROR_HELP                  "CalendarDnDError"
103 #define RESELECT_ERROR_HELP             "CalendarReselectError"
104 #define DATE_ERROR_HELP                 "CalendarDateFieldError"
105 #define START_ERROR_HELP                "CalendarStartFieldError"
106 #define STOP_ERROR_HELP                 "CalendarStopFieldError"
107 #define MISSING_FIELD_ERROR_HELP        "CalendarMissingFieldError"
108 #define REPEAT_FOR_ERROR_HELP           "CalendarRepeatForFieldError"
109 #define NO_TIME_ERROR_HELP              "CalendarNoTimeError"
110 #define BACK_END_ERROR_HELP             "CalendarBackEndError"
111 #define MEMORY_ALLOC_ERROR_HELP         "CalendarMemoryAllocError"
112 #define ACCESS_RIGHTS_ERROR_HELP        "CalendarAccessRightsError"
113 #define DESKSET_DEFAULTS_ERROR_HELP     "CalendarDesksetDefaultsError"
114 #define DURATION_ERROR_HELP             "CalendarDurationError"
115 #define ADVANCE_ERROR_HELP              "CalendarAdvanceError"
116
117 extern void     show_main_help  P((Widget, XtPointer, XtPointer));
118 extern void     help_cb         P((Widget, XtPointer, XtPointer));
119 extern void     help_view_cb    P((Widget, XtPointer, XtPointer));
120
121 #endif
122
123