Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dticon / help.h
1 /* $XConsortium: help.h /main/3 1995/11/02 14:05:30 rswiston $ */
2 /*********************************************************************
3 *  (c) Copyright 1993, 1994 Hewlett-Packard Company
4 *  (c) Copyright 1993, 1994 International Business Machines Corp.
5 *  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
6 *  (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
7 *      Novell, Inc.
8 **********************************************************************/
9 #include "externals.h"
10
11 /* help index flags */
12 #define HELP_QUERY                      1
13 #define HELP_ERROR                      2
14 #define HELP_ADD_HOTSPOT_BUTTON         4
15 #define HELP_CIRCLE_BUTTON              5
16 #define HELP_CLEAR_ICON_BUTTON          6
17 #define HELP_COPY_BUTTON                7
18 #define HELP_CUT_BUTTON                 8
19 #define HELP_DELETE_HOTSPOT_BUTTON      9
20 #define HELP_DYNAMIC_COLOR_BUTTON       10
21 #define HELP_EDIT_BUTTON                11
22 #define HELP_ELLIPSE_BUTTON             12
23 #define HELP_ERASER_BUTTON              13
24 #define HELP_FILE_BUTTON                14
25 #define HELP_FLIP_BUTTON                15
26 #define HELP_FLOOD_BUTTON               16
27 #define HELP_HELP_BUTTON                17
28 #define HELP_LINE_BUTTON                19
29 #define HELP_MAGNIFICATION_BUTTON       20
30 #define HELP_MENUBAR                    21
31 #define HELP_NEW_BUTTON                 23
32 #define HELP_NEW_ICON                   24
33 #define HELP_OPEN_BUTTON                25
34 #define HELP_OPTIONS_BUTTON             26
35 #define HELP_OUTPUT_FORMAT_BUTTON       27
36 #define HELP_PASTE_BUTTON               29
37 #define HELP_POINT_BUTTON               30
38 #define HELP_POLYGON_BUTTON             31
39 #define HELP_POLYLINE_BUTTON            32
40 #define HELP_QUIT_BUTTON                33
41 #define HELP_RECTANGLE_BUTTON           34
42 #define HELP_RESIZE_ICON_BUTTON         35
43 #define HELP_ROTATE_BUTTON              36
44 #define HELP_SAVE_AS_BUTTON             37
45 #define HELP_SAVE_BUTTON                38
46 #define HELP_SCALE_BUTTON               39
47 #define HELP_SELECT_BUTTON              40
48 #define HELP_STATIC_COLOR_BUTTON        41
49 #define HELP_STATIC_GREY_BUTTON         42
50 #define HELP_UNDO_BUTTON                44
51 #define HELP_VISIBLE_GRID_BUTTON        46
52 #define HELP_GRAB_BUTTON                47
53 #define HELP_FILL_BUTTON                48
54 #define HELP_VIEWPORT                   49
55 #define HELP_MAIN_WINDOW                50
56 #define HELP_FILEIO_ICON                51
57
58
59 #define HELP_HELP_INTRODUCTION          60
60 #define HELP_HELP_TASKS                 61
61 #define HELP_HELP_REFERENCE             62
62 #define HELP_HELP_ON_ITEM               63
63 #define HELP_HELP_USING_HELP            64
64 #define HELP_HELP_VERSION               65
65
66 #define HELP_INTRODUCTION               70
67 #define HELP_TASKS                      71
68 #define HELP_REFERENCE                  72
69 #define HELP_ON_ITEM                    73
70 #define HELP_USING_HELP                 74
71 #define HELP_VERSION                    75
72
73
74
75 /* help index strings */
76 #define HELP_QUERY_STR                  "query"
77 #define HELP_ERROR_STR                  "error"
78 #define HELP_ADD_HOTSPOT_BUTTON_STR     "add-hotspot"
79 #define HELP_CIRCLE_BUTTON_STR          "circle-tool"
80 #define HELP_CLEAR_ICON_BUTTON_STR      "clear-icon"
81 #define HELP_COPY_BUTTON_STR            "copy"
82 #define HELP_CUT_BUTTON_STR             "cut"
83 #define HELP_DELETE_HOTSPOT_BUTTON_STR  "delete-hotspot"
84 #define HELP_DYNAMIC_COLOR_BUTTON_STR   "dymanic-colors"
85 #define HELP_EDIT_BUTTON_STR            "edit-menu"
86 #define HELP_ELLIPSE_BUTTON_STR         "ellipse-tool"
87 #define HELP_ERASER_BUTTON_STR          "eraser-tool"
88 #define HELP_FILE_BUTTON_STR            "file-menu"
89 #define HELP_FILL_BUTTON_STR            "fill-tool"
90 #define HELP_FLIP_BUTTON_STR            "flip"
91 #define HELP_FLOOD_BUTTON_STR           "flood-tool"
92 #define HELP_HELP_BUTTON_STR            "help-menu"
93 #define HELP_LINE_BUTTON_STR            "line-tool"
94 #define HELP_MAGNIFICATION_BUTTON_STR   "magnification"
95 #define HELP_MAIN_WINDOW_STR            "main"
96 #define HELP_FILEIO_ICON_STR            "IEopenDB"
97 #define HELP_MENUBAR_STR                "menubar"
98 #define HELP_NEW_ICON_STR               "newIcon"
99 #define HELP_NEW_BUTTON_STR             "new"
100 #define HELP_OPEN_BUTTON_STR            "open"
101 #define HELP_OPTIONS_BUTTON_STR         "options-menu"
102 #define HELP_OUTPUT_FORMAT_BUTTON_STR   "output-format"
103 #define HELP_PASTE_BUTTON_STR           "paste"
104 #define HELP_POINT_BUTTON_STR           "point-tool"
105 #define HELP_POLYGON_BUTTON_STR         "polygon-tool"
106 #define HELP_POLYLINE_BUTTON_STR        "polyline-tool"
107 #define HELP_QUIT_BUTTON_STR            "quit"
108 #define HELP_RECTANGLE_BUTTON_STR       "rectangle-tool"
109 #define HELP_RESIZE_ICON_BUTTON_STR     "resize"
110 #define HELP_ROTATE_BUTTON_STR          "rotate"
111 #define HELP_SAVE_AS_BUTTON_STR         "save-as"
112 #define HELP_SAVE_BUTTON_STR            "save"
113 #define HELP_SCALE_BUTTON_STR           "scale"
114 #define HELP_SELECT_BUTTON_STR          "select-tool"
115 #define HELP_STATIC_COLOR_BUTTON_STR    "static-colors"
116 #define HELP_STATIC_GREY_BUTTON_STR     "static-greys"
117 #define HELP_UNDO_BUTTON_STR            "undo"
118 #define HELP_VIEWPORT_STR               "viewport"
119 #define HELP_VISIBLE_GRID_BUTTON_STR    "visible-grid"
120 #define HELP_GRAB_BUTTON_STR            "grab-image"
121
122 #define HELP_HELP_INTRODUCTION_STR      "help-menu-introduction"
123 #define HELP_HELP_TASKS_STR             "help-menu-tasks"
124 #define HELP_HELP_REFERENCE_STR         "help-menu-reference"
125 #define HELP_HELP_ON_ITEM_STR           "help-menu-onItem"
126 #define HELP_HELP_USING_HELP_STR        "help-menu-usingHelp"
127 #define HELP_HELP_VERSION_STR           "help-menu-version"
128
129 /* these are for the activate callback on the help menu items */
130 #define HELP_INTRODUCTION_STR           "_HOMETOPIC"
131 #define HELP_TASKS_STR                  "tasks"
132 #define HELP_REFERENCE_STR              "reference"
133 #define HELP_ON_ITEM_STR                "onItem"
134 #define HELP_USING_HELP_STR             "_HOMETOPIC"
135 #define HELP_VERSION_STR                "_COPYRIGHT"
136
137 #define HELP_VOLUME                     "Iconed"
138 #define HELP_HELP_VOLUME                "Help4Help"