1 | /* |
---|
2 | * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. |
---|
3 | * ALL RIGHTS RESERVED |
---|
4 | */ |
---|
5 | /* |
---|
6 | * Motif Release 1.2 |
---|
7 | */ |
---|
8 | /* $RCSfile: WmResNames.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:24 $ */ |
---|
9 | /* |
---|
10 | * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */ |
---|
11 | |
---|
12 | /* |
---|
13 | * Included Files: |
---|
14 | */ |
---|
15 | |
---|
16 | /* |
---|
17 | * Value definitions: |
---|
18 | */ |
---|
19 | |
---|
20 | |
---|
21 | |
---|
22 | /******************************<->************************************* |
---|
23 | * |
---|
24 | * Window manager resource names ... |
---|
25 | * |
---|
26 | * |
---|
27 | * Description: |
---|
28 | * ----------- |
---|
29 | * |
---|
30 | ******************************<->***********************************/ |
---|
31 | |
---|
32 | /* mwm specific appearance and behavior resources: */ |
---|
33 | |
---|
34 | #define WmNautoKeyFocus "autoKeyFocus" |
---|
35 | #define WmNautoRaiseDelay "autoRaiseDelay" |
---|
36 | #define WmNbitmapDirectory "bitmapDirectory" |
---|
37 | #define WmNbuttonBindings "buttonBindings" |
---|
38 | #define WmNcleanText "cleanText" |
---|
39 | #define WmNclientAutoPlace "clientAutoPlace" |
---|
40 | #define WmNcolormapFocusPolicy "colormapFocusPolicy" |
---|
41 | #define WmNconfigFile "configFile" |
---|
42 | #define WmNdeiconifyKeyFocus "deiconifyKeyFocus" |
---|
43 | #define WmNdoubleClickTime "doubleClickTime" |
---|
44 | #define WmNenableWarp "enableWarp" |
---|
45 | #define WmNenforceKeyFocus "enforceKeyFocus" |
---|
46 | #define WmNfadeNormalIcon "fadeNormalIcon" |
---|
47 | #define WmNfeedbackGeometry "feedbackGeometry" |
---|
48 | #define WmNframeBorderWidth "frameBorderWidth" |
---|
49 | #define WmNfreezeOnConfig "freezeOnConfig" |
---|
50 | #define WmNiconAutoPlace "iconAutoPlace" |
---|
51 | #define WmNiconBoxGeometry "iconBoxGeometry" |
---|
52 | #define WmNiconBoxLayout "iconBoxLayout" |
---|
53 | #define WmNiconBoxName "iconBoxName" |
---|
54 | #define WmNiconBoxSBDisplayPolicy "iconBoxSBDisplayPolicy" |
---|
55 | #define WmNiconBoxScheme "iconBoxScheme" |
---|
56 | #define WmNiconBoxTitle "iconBoxTitle" |
---|
57 | #define WmNiconClick "iconClick" |
---|
58 | #define WmNiconDecoration "iconDecoration" |
---|
59 | #define WmNiconImageMaximum "iconImageMaximum" |
---|
60 | #define WmNiconImageMinimum "iconImageMinimum" |
---|
61 | #define WmNiconPlacement "iconPlacement" |
---|
62 | #define WmNiconPlacementMargin "iconPlacementMargin" |
---|
63 | #define WmNinteractivePlacement "interactivePlacement" |
---|
64 | #define WmNkeyBindings "keyBindings" |
---|
65 | #define WmNkeyboardFocusPolicy "keyboardFocusPolicy" |
---|
66 | #define WmNlimitResize "limitResize" |
---|
67 | #define WmNlowerOnIconify "lowerOnIconify" |
---|
68 | #define WmNmaximumMaximumSize "maximumMaximumSize" |
---|
69 | #define WmNmoveThreshold "moveThreshold" |
---|
70 | #define WmNmultiScreen "multiScreen" |
---|
71 | #define WmNpassButtons "passButtons" |
---|
72 | #define WmNpassSelectButton "passSelectButton" |
---|
73 | #define WmNpositionIsFrame "positionIsFrame" |
---|
74 | #define WmNpositionOnScreen "positionOnScreen" |
---|
75 | #define WmNquitTimeout "quitTimeout" |
---|
76 | #define WmNraiseKeyFocus "raiseKeyFocus" |
---|
77 | #define WmNresizeBorderWidth "resizeBorderWidth" |
---|
78 | #define WmNresizeCursors "resizeCursors" |
---|
79 | #define WmNshowFeedback "showFeedback" |
---|
80 | #define WmNstartupKeyFocus "startupKeyFocus" |
---|
81 | #define WmNsystemButtonClick "wMenuButtonClick" |
---|
82 | #define WmNsystemButtonClick2 "wMenuButtonClick2" |
---|
83 | #define WmNtransientDecoration "transientDecoration" |
---|
84 | #define WmNtransientFunctions "transientFunctions" |
---|
85 | #define WmNuseIconBox "useIconBox" |
---|
86 | #define WmNmoveOpaque "moveOpaque" |
---|
87 | |
---|
88 | /* conponent appearance resources: */ |
---|
89 | |
---|
90 | #define WmNactiveBackground "activeBackground" |
---|
91 | #define WmNactiveBackgroundPixmap "activeBackgroundPixmap" |
---|
92 | #define WmNactiveBottomShadowColor "activeBottomShadowColor" |
---|
93 | #define WmNactiveBottomShadowPixmap "activeBottomShadowPixmap" |
---|
94 | #define WmNactiveForeground "activeForeground" |
---|
95 | #define WmNactiveTopShadowColor "activeTopShadowColor" |
---|
96 | #define WmNactiveTopShadowPixmap "activeTopShadowPixmap" |
---|
97 | #define WmNbackground "background" |
---|
98 | #define WmNbackgroundPixmap "backgroundPixmap" |
---|
99 | #define WmNbottomShadowColor "bottomShadowColor" |
---|
100 | #define WmNbottomShadowPixmap "bottomShadowPixmap" |
---|
101 | #define WmNfont "font" |
---|
102 | #define WmNforeground "foreground" |
---|
103 | #define WmNsaveUnder "saveUnder" |
---|
104 | #define WmNtopShadowColor "topShadowColor" |
---|
105 | #define WmNtopShadowPixmap "topShadowPixmap" |
---|
106 | |
---|
107 | /* mwm - client specific resources: */ |
---|
108 | |
---|
109 | #define WmNclientDecoration "clientDecoration" |
---|
110 | #define WmNclientFunctions "clientFunctions" |
---|
111 | #define WmNfocusAutoRaise "focusAutoRaise" |
---|
112 | #define WmNiconImage "iconImage" |
---|
113 | #define WmNiconImageBackground "iconImageBackground" |
---|
114 | #define WmNiconImageBottomShadowColor "iconImageBottomShadowColor" |
---|
115 | #define WmNiconImageBottomShadowPixmap "iconImageBottomShadowPixmap" |
---|
116 | #define WmNiconImageForeground "iconImageForeground" |
---|
117 | #define WmNiconImageTopShadowColor "iconImageTopShadowColor" |
---|
118 | #define WmNiconImageTopShadowPixmap "iconImageTopShadowPixmap" |
---|
119 | #define WmNmatteBackground "matteBackground" |
---|
120 | #define WmNmatteBottomShadowColor "matteBottomShadowColor" |
---|
121 | #define WmNmatteBottomShadowPixmap "matteBottomShadowPixmap" |
---|
122 | #define WmNmatteForeground "matteForeground" |
---|
123 | #define WmNmatteTopShadowColor "matteTopShadowColor" |
---|
124 | #define WmNmatteTopShadowPixmap "matteTopShadowPixmap" |
---|
125 | #define WmNmatteWidth "matteWidth" |
---|
126 | #define WmNmaximumClientSize "maximumClientSize" |
---|
127 | #define WmNscreenList "screenList" |
---|
128 | #define WmNscreens "screens" |
---|
129 | #define WmNsystemMenu "windowMenu" |
---|
130 | #define WmNuseClientIcon "useClientIcon" |
---|
131 | #define WmNusePPosition "usePPosition" |
---|
132 | |
---|
133 | /* window manager part resource names: */ |
---|
134 | |
---|
135 | #define WmNclient "client" |
---|
136 | #define WmNfeedback "feedback" |
---|
137 | #define WmNicon "icon" |
---|
138 | #define WmNmenu "menu" |
---|
139 | #define WmNtitle "title" |
---|
140 | #define WmNdefaults "defaults" |
---|
141 | |
---|
142 | /* window manager client resource names: */ |
---|
143 | |
---|
144 | #define WmNiconBox "iconbox" |
---|
145 | #define WmNconfirmbox "confirmbox" |
---|
146 | |
---|
147 | |
---|
148 | |
---|
149 | /*************************************<->************************************* |
---|
150 | * |
---|
151 | * Window manager resource classes ... |
---|
152 | * |
---|
153 | * |
---|
154 | * Description: |
---|
155 | * ----------- |
---|
156 | * |
---|
157 | *************************************<->***********************************/ |
---|
158 | |
---|
159 | /* mwm specific appearance and behavior resources: */ |
---|
160 | |
---|
161 | #define WmCAutoKeyFocus "AutoKeyFocus" |
---|
162 | #define WmCAutoRaiseDelay "AutoRaiseDelay" |
---|
163 | #define WmCBitmapDirectory "BitmapDirectory" |
---|
164 | #define WmCButtonBindings "ButtonBindings" |
---|
165 | #define WmCCleanText "CleanText" |
---|
166 | #define WmCClientAutoPlace "ClientAutoPlace" |
---|
167 | #define WmCColormapFocusPolicy "ColormapFocusPolicy" |
---|
168 | #define WmCConfigFile "ConfigFile" |
---|
169 | #define WmCDeiconifyKeyFocus "DeiconifyKeyFocus" |
---|
170 | #define WmCDoubleClickTime "DoubleClickTime" |
---|
171 | #define WmCEnableWarp "EnableWarp" |
---|
172 | #define WmCEnforceKeyFocus "EnforceKeyFocus" |
---|
173 | #define WmCFadeNormalIcon "FadeNormalIcon" |
---|
174 | #define WmCFeedbackGeometry "FeedbackGeometry" |
---|
175 | #define WmCFrameBorderWidth "FrameBorderWidth" |
---|
176 | #define WmCFreezeOnConfig "FreezeOnConfig" |
---|
177 | #define WmCIconAutoPlace "IconAutoPlace" |
---|
178 | #define WmCIconBoxGeometry "IconBoxGeometry" |
---|
179 | #define WmCIconBoxLayout "IconBoxLayout" |
---|
180 | #define WmCIconBoxName "IconBoxName" |
---|
181 | #define WmCIconBoxSBDisplayPolicy "IconBoxSBDisplayPolicy" |
---|
182 | #define WmCIconBoxScheme "IconBoxScheme" |
---|
183 | #define WmCIconBoxTitle "IconBoxTitle" |
---|
184 | #define WmCIconClick "IconClick" |
---|
185 | #define WmCIconDecoration "IconDecoration" |
---|
186 | #define WmCIconImageMaximum "IconImageMaximum" |
---|
187 | #define WmCIconImageMinimum "IconImageMinimum" |
---|
188 | #define WmCIconPlacement "IconPlacement" |
---|
189 | #define WmCIconPlacementMargin "IconPlacementMargin" |
---|
190 | #define WmCInteractivePlacement "InteractivePlacement" |
---|
191 | #define WmCKeyBindings "KeyBindings" |
---|
192 | #define WmCKeyboardFocusPolicy "KeyboardFocusPolicy" |
---|
193 | #define WmCLimitResize "LimitResize" |
---|
194 | #define WmCLowerOnIconify "LowerOnIconify" |
---|
195 | #define WmCMaximumMaximumSize "MaximumMaximumSize" |
---|
196 | #define WmCMoveThreshold "MoveThreshold" |
---|
197 | #define WmCMultiScreen "MultiScreen" |
---|
198 | #define WmCPassButtons "PassButtons" |
---|
199 | #define WmCPassSelectButton "PassSelectButton" |
---|
200 | #define WmCPositionIsFrame "PositionIsFrame" |
---|
201 | #define WmCPositionOnScreen "PositionOnScreen" |
---|
202 | #define WmCQuitTimeout "QuitTimeout" |
---|
203 | #define WmCRaiseKeyFocus "RaiseKeyFocus" |
---|
204 | #define WmCResizeBorderWidth "ResizeBorderWidth" |
---|
205 | #define WmCResizeCursors "ResizeCursors" |
---|
206 | #define WmCScreenList "ScreenList" |
---|
207 | #define WmCScreens "Screens" |
---|
208 | #define WmCShowFeedback "ShowFeedback" |
---|
209 | #define WmCStartupKeyFocus "StartupKeyFocus" |
---|
210 | #define WmCSystemButtonClick "WMenuButtonClick" |
---|
211 | #define WmCSystemButtonClick2 "WMenuButtonClick2" |
---|
212 | #define WmCTransientDecoration "TransientDecoration" |
---|
213 | #define WmCTransientFunctions "TransientFunctions" |
---|
214 | #define WmCUseIconBox "UseIconBox" |
---|
215 | #define WmCMoveOpaque "MoveOpaque" |
---|
216 | |
---|
217 | /* component appearance resources: */ |
---|
218 | |
---|
219 | #define WmCActiveBackground "ActiveBackground" |
---|
220 | #define WmCActiveBackgroundPixmap "ActiveBackgroundPixmap" |
---|
221 | #define WmCActiveBottomShadowColor "ActiveBottomShadowColor" |
---|
222 | #define WmCActiveBottomShadowPixmap "ActiveBottomShadowPixmap" |
---|
223 | #define WmCActiveForeground "ActiveForeground" |
---|
224 | #define WmCActiveTopShadowColor "ActiveTopShadowColor" |
---|
225 | #define WmCActiveTopShadowPixmap "ActiveTopShadowPixmap" |
---|
226 | #define WmCBackground "Background" |
---|
227 | #define WmCBackgroundPixmap "BackgroundPixmap" |
---|
228 | #define WmCBottomShadowColor "BottomShadowColor" |
---|
229 | #define WmCBottomShadowPixmap "BottomShadowPixmap" |
---|
230 | #define WmCFont "Font" |
---|
231 | #define WmCForeground "Foreground" |
---|
232 | #define WmCSaveUnder "SaveUnder" |
---|
233 | #define WmCTopShadowColor "TopShadowColor" |
---|
234 | #define WmCTopShadowPixmap "TopShadowPixmap" |
---|
235 | |
---|
236 | /* mwm - client specific resources: */ |
---|
237 | |
---|
238 | #define WmCClientDecoration "ClientDecoration" |
---|
239 | #define WmCClientFunctions "ClientFunctions" |
---|
240 | #define WmCFocusAutoRaise "FocusAutoRaise" |
---|
241 | #define WmCIconImage "IconImage" |
---|
242 | #define WmCIconImageBackground "IconImageBackground" |
---|
243 | #define WmCIconImageBottomShadowColor "IconImageBottomShadowColor" |
---|
244 | #define WmCIconImageBottomShadowPixmap "IconImageBottomShadowPixmap" |
---|
245 | #define WmCIconImageForeground "IconImageForeground" |
---|
246 | #define WmCIconImageTopShadowColor "IconImageTopShadowColor" |
---|
247 | #define WmCIconImageTopShadowPixmap "IconImageTopShadowPixmap" |
---|
248 | #define WmCMatteBackground "MatteBackground" |
---|
249 | #define WmCMatteBottomShadowColor "MatteBottomShadowColor" |
---|
250 | #define WmCMatteBottomShadowPixmap "MatteBottomShadowPixmap" |
---|
251 | #define WmCMatteForeground "MatteForeground" |
---|
252 | #define WmCMatteTopShadowColor "MatteTopShadowColor" |
---|
253 | #define WmCMatteTopShadowPixmap "MatteTopShadowPixmap" |
---|
254 | #define WmCMatteWidth "MatteWidth" |
---|
255 | #define WmCMaximumClientSize "MaximumClientSize" |
---|
256 | #define WmCSystemMenu "WindowMenu" |
---|
257 | #define WmCUseClientIcon "UseClientIcon" |
---|
258 | #define WmCUsePPosition "UsePPosition" |
---|
259 | |
---|
260 | /* window manager part resource names: */ |
---|
261 | |
---|
262 | #define WmCClient "Client" |
---|
263 | #define WmCFeedback "Feedback" |
---|
264 | #define WmCIcon "Icon" |
---|
265 | #define WmCMenu "Menu" |
---|
266 | #define WmCTitle "Title" |
---|
267 | #define WmCDefaults "Defaults" |
---|
268 | |
---|
269 | /* window manager client resource names: */ |
---|
270 | |
---|
271 | #define WmCIconBox "Iconbox" |
---|
272 | #define WmCConfirmbox "Confirmbox" |
---|
273 | |
---|
274 | |
---|
275 | |
---|
276 | /*************************************<->************************************* |
---|
277 | * |
---|
278 | * Window manager resource converter names ... |
---|
279 | * |
---|
280 | * |
---|
281 | * Description: |
---|
282 | * ----------- |
---|
283 | * |
---|
284 | *************************************<->***********************************/ |
---|
285 | |
---|
286 | #define WmRCFocusPolicy "WmCFocus" |
---|
287 | #define WmRClientDecor "WmCDecor" |
---|
288 | #define WmRClientFunction "WmCFunc" |
---|
289 | #define WmRIconBoxLayout "WmIBLayout" |
---|
290 | #define WmRIconDecor "WmIDecor" |
---|
291 | #define WmRIconPlacement "WmIPlace" |
---|
292 | #define WmRKFocusPolicy "WmKFocus" |
---|
293 | #define WmRSize "WmSize" |
---|
294 | #define WmRShowFeedback "WmShowFeedback" |
---|
295 | #define WmRUsePPosition "WmUsePPosition" |
---|
296 | |
---|
297 | |
---|
298 | |
---|
299 | /*************************************<->************************************* |
---|
300 | * |
---|
301 | * Window manager resource set definitions and default resource values ... |
---|
302 | * |
---|
303 | * |
---|
304 | * Description: |
---|
305 | * ----------- |
---|
306 | * |
---|
307 | *************************************<->***********************************/ |
---|
308 | |
---|
309 | |
---|
310 | |
---|
311 | |
---|
312 | /*************************************<->************************************* |
---|
313 | * |
---|
314 | * Mwm resource description file definitions ... |
---|
315 | * |
---|
316 | * |
---|
317 | * Description: |
---|
318 | * ----------- |
---|
319 | * |
---|
320 | *************************************<->***********************************/ |
---|
321 | |
---|
322 | /* Configuration resource types: */ |
---|
323 | |
---|
324 | #define CRS_BUTTON (1L << 0) |
---|
325 | #define CRS_KEY (1L << 1) |
---|
326 | #define CRS_MENU (1L << 2) |
---|
327 | #define CRS_ACCEL (1L << 3) |
---|
328 | #define CRS_ANY (CRS_BUTTON | CRS_KEY | CRS_MENU | CRS_ACCEL) |
---|