Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / programs / dtappbuilder / src / libABobj / obj_motifdefs.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  *      $XConsortium: obj_motifdefs.h /main/3 1995/11/06 18:36:48 rswiston $
26  *
27  * %W% %G%      cde_app_builder/src/libABobj
28  *
29  *      RESTRICTED CONFIDENTIAL INFORMATION:
30  *      
31  *      The information in this document is subject to special
32  *      restrictions in a confidential disclosure agreement between
33  *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
34  *      document outside HP, IBM, Sun, USL, SCO, or Univel without
35  *      Sun's specific written approval.  This document and all copies
36  *      and derivative works thereof must be returned or destroyed at
37  *      Sun's request.
38  *
39  *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
40  *
41  */
42
43 /*
44  * motifdefs.h - motif defines and stuff
45  */
46 #ifndef _ABOBJ_MOTIFDEFS_H_
47 #define _ABOBJ_MOTIFDEFS_H_
48
49 /*************************************************************************
50 **                                                                      **
51 **              Automatically generated widgets                         **
52 **                                                                      **
53 *************************************************************************/
54 #define AB_WRAP_TOP_LEVEL               "AB_Toplevel"
55 #define AB_WRAP_SCR_WIN                 "AB_Scr_Win"
56 #define AB_WRAP_FOOTER                  "AB_Footer"
57 #define AB_WRAP_FOOTER_CH               "AB_Footer_ch"
58 #define AB_WRAP_RUBBER                  "AB_Rubber"
59 #define AB_WRAP_ABBREV                  "AB_Abbrev"
60 #define AB_WRAP_LABEL                   "AB_Label"
61 #define AB_WRAP_MAIN_WINDOW             "AB_Mainwin"
62 #define AB_WRAP_MENU_BAR                "AB_Menubar"
63 #define AB_WRAP_TEXT                    "AB_Text"
64 #define AB_WRAP_EXCL                    "AB_Excl"
65 #define AB_WRAP_NONEXCL                 "AB_Nonexcl"
66 #define AB_WRAP_NUMERIC_FLD             "AB_Numfield"
67 #define AB_WRAP_CTL_AREA                "AB_Ctlarea"
68 #define AB_WRAP_BULLETIN                "AB_Bulletin"
69 #define AB_WRAP_PULLDOWN                "AB_Pulldown"
70 #define AB_WRAP_ROWCOL                  "AB_Rowcol"
71
72
73 /*************************************************************************
74 **                                                                      **
75 **              Class Names                                             **
76 **                                                                      **
77 *************************************************************************/
78 #define _applicationShell       "applicationShellWidgetClass"
79 #define _group                  "groupWidgetClass" 
80 #define _topLevelShell          "topLevelShellWidgetClass"
81 #define _xmArrowButton          "xmArrowButtonWidgetClass"
82 #define _xmBulletinBoard        "xmBulletinBoardWidgetClass"
83 #define _xmCascadeButton        "xmCascadeButtonWidgetClass"
84 #define _xmCommand              "xmCommandWidgetClass"
85 #define _xmDialogShell          "xmDialogShellWidgetClass"
86 #define _xmDrawingArea          "xmDrawingAreaWidgetClass"
87 #define _xmDrawnButton          "xmDrawButtonWidgetClass"
88 #define _xmFileSelectionBox     "xmFileSelectionBoxWidgetClass"
89 #define _xmForm                 "xmFormWidgetClass"
90 #define _xmFrame                "xmFrameWidgetClass"
91 #define _xmLabel                "xmLabelWidgetClass"
92 #define _xmLabelGadget          "xmLabelGadgetWidgetClass"
93 #define _xmList                 "xmListWidgetClass"
94 #define _xmMainWindow           "xmMainWindowWidgetClass"
95 #define _xmManager              "xmManagerWidgetClass"
96 #define _xmMenuShell            "xmMenuShellWidgetClass"
97 #define _xmMessageBox           "xmMessageBoxWidgetClass"
98 #define _xmPanedWindow          "xmPanedWindowWidgetClass"
99 #define _xmPrimitive            "xmPrimitiveWidgetClass"
100 #define _xmPushButton           "xmPushButtonWidgetClass"
101 #define _xmRowColumn            "xmRowColumnWidgetClass"
102 #define _xmScale                "xmScaleWidgetClass"
103 #define _xmScrollBar            "xmScrollBarWidgetClass"
104 #define _xmScrolledWindow       "xmScrolledWindowWidgetClass"
105 #define _xmSelectionBox         "xmSelectionBoxWidgetClass"
106 #define _xmSeparator            "xmSeparatorWidgetClass"
107 #define _xmSeparatorGadget      "xmSeparatorGadgetWidgetClass"
108 #define _xmText                 "xmTextWidgetClass"
109 #define _xmTextField            "xmTextFieldWidgetClass"
110 #define _xmToggleButton         "xmToggleButtonWidgetClass"
111 #define _xmToggleButtonGadget   "xmToggleButtonGadgetWidgetClass"
112
113 /*************************************************************************
114 **                                                                      **
115 **              Resources                                               **
116 **                                                                      **
117 *************************************************************************/
118
119 /*
120  * Undefine a few commonly used strings that are defined in the
121  * Xt files, so that we use the single-copy version.
122  *
123  * NOTE: Doing this can be dangerous, as the names have an opportunity
124  * to get out of synch. with the Xt versions.
125  */
126 #undef XmNeditType
127 #undef XmNfile
128 #undef XmNfont
129 #undef XmNjustify
130 #undef XmNlabel
131 #undef XmNorientation
132 #undef XmNresize
133 #undef XmNselection
134 #undef XmNselectionArray
135 #undef XmNtextSource
136
137 #define XmNaccelerator                  "XmNaccelerator"
138 #define XmNaccelerators                 "XmNaccelerators"
139 #define XmNactivateCallback             "XmNactivateCallback"
140 #define XmNarmCallback                  "XmNarmCallback"
141 #define XmNbackground                   "XmNbackground"
142 #define XmNbackgroundPixmap             "XmNbackgroundPixmap"
143 #define XmNborderWidth                  "XmNborderWidth"
144 #define XmNcolumns                      "XmNcolumns"
145 #define XmNdestroyCallback              "XmNdestroyCallback"
146 #define XmNdisarmCallback               "XmNdisarmCallback"
147 #define XmNdragCallback                 "XmNdragCallback"
148 #define XmNeditMode                     "XmNeditMode"
149 #define XmNeditable                     "XmNeditable"
150 #define XmNentryVerticalAlignment       "XmNentryVerticalAlignment"
151 #define XmNexposeCallback               "XmNexposeCallback"
152 #define XmNforeground                   "XmNforeground"
153 #define XmNheight                       "XmNheight"
154 #define XmNhighlightThickness           "XmNhighlightThickness"
155 #define XmNhorizontalSpacing            "XmNhorizontalSpacing"
156 #define XmNitemCount                    "XmNitemCount"
157 #define XmNmaximum                      "XmNmaximum"
158 #define XmNmaxLength                    "XmNmaxLength"
159 #define XmNmenuHistory                  "XmNmenuHistory"
160 #define XmNminimum                      "XmNminimum"
161 #define XmNmodifyVerifyCallback         "XmNmodifyVerifyCallback"
162 #define XmNnoResize                     "XmNnoResize"
163 #define XmNnumColumns                   "XmNnumColumns"
164 #define XmNorientation                  "XmNorientation"
165 #define XmNpattern                      "XmNpattern"
166 #define XmNpopupCallback                "XmNpopupCallback"
167 #define XmNpopdownCallback              "XmNpopdownCallback"
168 #define XmNresizeCallback               "XmNresizeCallback"
169 #define XmNresizePolicy                 "XmNresizePolicy"
170 #define XmNrows                         "XmNrows"
171 #define XmNrowColumnType                "XmNrowColumnType"
172 #define XmNselectionPolicy              "XmNselectionPolicy"
173 #define XmNshadowThickness              "XmNshadowThickness"
174 #define XmNshadowType                   "XmNshadowType"
175 #define XmNlabelPixmap                  "XmNlabelPixmap"
176 #define XmNtearOffModel                 "XmNtearOffModel"
177 #define XmNvalue                        "XmNvalue"
178 #define XmNvalueChangedCallback         "XmNvalueChangedCallback"
179 #define XmNvisibleItemCount             "XmNvisibleItemCount"
180 #define XmNvisualPolicy                 "XmNvisualPolicy"
181 #define XmNverticalSpacing              "XmNverticalSpacing"
182 #define XmNwidth                        "XmNwidth"
183 #define XmNx                            "XmNx"
184 #define XmNy                            "XmNy"
185 #define XmNiconName                     "XmNiconName"
186 #define XmNiconPixmap                   "XmNiconPixmap"
187 #define XmNiconWindow                   "XmNiconWindow"
188 #define XmNiconMask                     "XmNiconMask"
189 #define XmNiconNameEncoding             "XmNiconNameEncoding"
190 #define XmNiconX                        "XmNiconX"
191 #define XmNiconY                        "XmNiconY"
192 #define XmNiconic                       "XmNiconic"
193 #define XmNwindowGroup                  "XmNwindowGroup"
194 #define XtNvisual                       "XtNvisual"
195 #define XtNsaveUnder                    "XtNsaveUnder"
196 #define XmNtransient                    "XmNtransient"
197 #define XtNoverrideRedirect             "XtNoverrideRedirect"
198 #define XtNtransientFor                 "XtNtransientFor"
199 #define XmNallowShellResize             "XmNallowShellResize"
200 #define XtNcreatePopupChildProc         "XtNcreatePopupChildProc"
201 #define XmNtitle                        "XmNtitle"
202 #define XmNtitleString                  "XmNtitleString"
203 #define XmNtitleEncoding                "XmNtitleEncoding"
204 #define XtNargc                         "XtNargc"
205 #define XtNargv                         "XtNargv"
206 #define XtNinput                        "XtNinput"
207 #define XtNinitialState                 "XtNinitialState"
208 #define XtNgeometry                     "XtNgeometry"
209 #define XtNbaseWidth                    "XtNbaseWidth"
210 #define XtNbaseHeight                   "XtNbaseHeight"
211 #define XtNwinGravity                   "XtNwinGravity"
212 #define XtNminWidth                     "XtNminWidth"
213 #define XtNminHeight                    "XtNminHeight"
214 #define XtNmaxWidth                     "XtNmaxWidth"
215 #define XtNmaxHeight                    "XtNmaxHeight"
216 #define XtNwidthInc                     "XtNwidthInc"
217 #define XtNheightInc                    "XtNheightInc"
218 #define XtNminAspectY                   "XtNminAspectY"
219 #define XtNmaxAspectY                   "XtNmaxAspectY"
220 #define XtNminAspectX                   "XtNminAspectX"
221 #define XtNmaxAspectX                   "XtNmaxAspectX"
222 #define XtNwmTimeout                    "XtNwmTimeout"
223 #define XtNwaitForWm                    "XtNwaitforwm"
224 #define XtNacceleratorsDoGrab "XtNacceleratorsDoGrab"
225 #define XmNacceleratorText              "XmNacceleratorText"
226 #define XtNacceptFocusFunc "XtNacceptFocusFunc"
227 #define XtNactivateFunc "XtNactivateFunc"
228 #define XtNadjustBtn "XtNadjustBtn"
229 #define XtNadjustKey "XtNadjustKey"
230 #define XtNalign "XtNalign"
231 #define XtNalignCaptions "XtNalignCaptions"
232 #define XtNalignHorizontal "XtNalignHorizontal"
233 #define XtNalignVertical "XtNalignVertical"
234 #define XtNalignment "XtNalignment"
235 #define XtNallowRootHelp "XtNallowRootHelp"
236 #define XtNapplAddItem "XtNapplAddItem"
237 #define XtNapplDeleteItem "XtNapplDeleteItem"
238 #define XtNapplEditClose "XtNapplEditClose"
239 #define XtNapplEditOpen "XtNapplEditOpen"
240 #define XtNapplTouchItem "XtNapplTouchItem"
241 #define XtNapplUpdateView "XtNapplUpdateView"
242 #define XtNapplViewItem "XtNapplViewItem"
243 #define XtNapply "XtNapply"
244 #define XtNautoAssertDropsiteRegistry "XtNautoAssertDropsiteRegistry"
245 #define XtNautoPopup "XtNautoPopup"
246 #define XtNbeep "XtNbeep"
247 #define XtNbeepVolume "XtNbeepVolume"
248 #define XtNblinkRate "XtNblinkRate"
249 #define XtNborderVisible "XtNborderVisible"
250 #define XtNbottomMargin "XtNbottomMargin"
251 #define XtNbtnDown "XtNbtnDown"
252 #define XtNbtnMotion "XtNbtnMotion"
253 #define XtNbtnUp "XtNbtnUp"
254 #define XtNbusy "XtNbusy"
255 #define XtNbuttonType "XtNbuttonType"
256 #define XtNbuttons "XtNbuttons"
257 #define XtNcancelKey "XtNcancelKey"
258 #define XtNcaption "XtNcaption"
259 #define XtNcaptionWidth "XtNcaptionWidth"
260 #define XtNcaptionLabel "XtNcaptionLabel"
261 #define XtNdeltaState "XtNdeltaState"
262 #define XtNcenter "XtNcenter"
263 #define XtNcenterLine "XtNcenterLine"
264 #define XtNcharBakKey "XtNcharBakKey"
265 #define XtNcharFwdKey "XtNcharFwdKey"
266 #define XtNcharsVisible "XtNcharsVisible"
267 #define XtNclientData "XtNclientData"
268 #define XtNcompression "XtNcompression"
269 #define XtNcomputeGeometries "XtNcomputeGeometries"
270 #define XtNconstrainBtn "XtNconstrainBtn"
271 #define XtNconsumeEvent "XtNconsumeEvent"
272 #define XtNcontainerType "XtNcontainerType"
273 #define XtNcontrolArea "XtNcontrolArea"
274 #define XtNcontrolName "XtNcontrolName"
275 #define XtNcopyKey "XtNcopyKey"
276 #define XtNcornerColor "XtNcornerColor"
277 #define XtNcurrentPage "XtNcurrentPage"
278 #define XtNcursorPosition "XtNcursorPosition"
279 #define XtNcutKey "XtNcutKey"
280 #define XtNdampingFactor "XtNdampingFactor"
281 #define XtNdata "XtNdata"
282 #define XtNdefault "XtNdefault"
283 #define XtNdefaultActionKey "XtNdefaultActionKey"
284 #define XtNdefaultData "XtNdefaultData"
285 #define XtNdefaultDropSiteID "XtNdefaultDropSiteID"
286 #define XtNdefaultProc "XtNdefaultProc"
287 #define XtNdelCharBakKey "XtNdelCharBakKey"
288 #define XtNdelCharFwdKey "XtNdelCharFwdKey"
289 #define XtNdelLineKey "XtNdelLineKey"
290 #define XtNdelLineBakKey "XtNdelLineBakKey"
291 #define XtNdelLineFwdKey "XtNdelLineFwdKey"
292 #define XtNdelWordBakKey "XtNdelWordBakKey"
293 #define XtNdelWordFwdKey "XtNdelWordFwdKey"
294 #define XtNdestroy "XtNdestroy"
295 #define XtNdim "XtNdim"
296 #define XtNdirectManipulation "XtNdirectManipulation"
297 #define XtNdirection "XtNdirection"
298 #define XtNdirty "XtNdirty"
299 #define XtNdiskSrc "XtNdiskSrc"
300 #define XtNdismiss "XtNdismiss"
301 #define XtNdisplayPosition "XtNdisplayPosition"
302 #define XtNdocEndKey "XtNdocEndKey"
303 #define XtNdocStartKey "XtNdocStartKey"
304 #define XtNdoingDrag "XtNdoingDrag"
305 #define XtNdontCare "XtNdontCare"
306 #define XtNdownKey "XtNdownKey"
307 #define XtNdragCBType "XtNdragCBType"
308 #define XtNdragCursor "XtNdragCursor"
309 #define XtNdragKey "XtNdragKey"
310 #define XtNdragRightDistance "XtNdragRightDistance"
311 #define XtNdropKey "XtNdropKey"
312 #define XtNdropSiteID "XtNdropSiteID"
313 #define XtNdsdmPresent "XtNdsdmPresent"
314 #define XtNduplicateBtn "XtNduplicateBtn"
315 #define XtNduplicateKey "XtNduplicateKey"
316 #define XtNeditMode "XtNeditMode"
317 #define XmNeditType                     "XmNeditType"
318 #define XtNemanateWidget                "XtNemanateWidget"
319 #define XtNexecute                      "XtNexecute"
320 #define XtNexpose                       "XtNexpose"
321 #define XtNexposeCallback               "XtNexposeCallback"
322 #define XmNfile                         "XmNfile"
323 #define XtNcurrentFolder                "XtNcurrentFolder"
324 #define XtNlastDocumentName             "XtNlastDocumentName"
325 #define XtNshowGlyphs                   "XtNshowGlyphs"
326 #define XtNfilterString                 "XtNfilterString"
327 #define XmNfilterLabelString            "XmNfilterLabelString"
328 #define XtNfilterProc                   "XtNfilterProc"
329 #define XtNshowInactive                 "XtNshowInactive"
330 #define XtNhideDotFiles                 "XtNhideDotFiles"
331 #define XtNopenFolderCallback           "XtNopenFolderCallback"
332 #define XtNinputDocumentCallback        "XtNinputDocumentCallback"
333 #define XtNoutputDocumentCallback       "XtNoutputDocumentCallback"
334 #define XtNhomeFolder                   "XtNhomeFolder"
335 #define XtNapplicationFoldersMaxCount   "XtNapplicationFoldersMaxCount"
336 #define XtNapplicationFolders           "XtNapplicationFolders"
337 #define XtNuserFoldersMaxCount          "XtNuserFoldersMaxCount"
338 #define XtNuserFolders                  "XtNuserFolders"
339 #define XtNhistoryFoldersMinCount       "XtNhistoryFoldersMinCount"
340 #define XtNhistoryFoldersMaxCount       "XtNhistoryFoldersMaxCount"
341 #define XtNhistoryFolders               "XtNhistoryFolders"
342 #define XtNexpandTilde                  "XtNexpandTilde"
343 #define XtNsubstituteShellVariables     "XtNsubstituteShellVariables"
344 #define XmNsubMenuId                    "XmNsubMenuId"
345 #define XtNcomparisonFunc               "XtNcomparisonFunc"
346 #define XtNfocusModel "XtNfocusModel"
347 #define XtNfocusWidget "XtNfocusWidget"
348 #define XtNfont "XtNfont"
349 #define XtNfontColor "XtNfontColor"
350 #define XtNfontName "XtNfontName"
351
352 #define XtNgetValuesHook "XtNgetValuesHook"
353 #define XtNgrabPointer "XtNgrabPointer"
354 #define XtNgrabServer "XtNgrabServer"
355 #define XtNgranularity "XtNgranularity"
356 #define XtNgraphicsExposeCallback "XtNgraphicsExposeCallback"
357 #define XtNgravity "XtNgravity"
358 #define XtNgrow "XtNgrow"
359 #define XtNhAutoScroll "XtNhAutoScroll"
360 #define XtNhInitialDelay "XtNhInitialDelay"
361 #define XtNhMenuPane "XtNhMenuPane"
362 #define XtNhPad "XtNhPad"
363 #define XtNhRepeatRate "XtNhRepeatRate"
364 #define XtNhScrollbar "XtNhScrollbar"
365 #define XtNhSliderMoved "XtNhSliderMoved"
366 #define XtNhStepSize "XtNhStepSize"
367 #define XtNhelpInfo "XtNhelpInfo"
368 #define XtNhelpModel "XtNhelpModel"
369 #define XtNhelpKey "XtNhelpKey"
370 #define XtNhighlightHandlerProc "XtNhighlightHandlerProc"
371 #define XtNhorizSBMenuKey "XtNhorizSBMenuKey"
372 #define XtNhorizontalSB "XtNhorizontalSB"
373 #define XtNiconBorder "XtNiconBorder"
374 #define XtNiconGravity "XtNiconGravity"
375 #define XtNiconParking "XtNiconParking"
376 #define XtNimPreeditStyle "XtNimPreeditStyle"
377 #define XtNinitialDelay "XtNinitialDelay"
378 #define XtNinitialX  "XtNinitialX"
379 #define XtNinitialY  "XtNinitialY"
380 #define XtNinitialize "XtNinitialize"
381 #define XtNinitializeHook "XtNinitializeHook"
382 #define XtNinputFocusColor "XtNinputFocusColor"
383 #define XtNinsertReturn "XtNinsertReturn"
384 #define XtNinsertTab "XtNinsertTab"
385 #define XtNinterpolatePointSize "XtNinterpolatePointSize"
386 #define XtNitemCount "XtNitemCount"
387 #define XtNitemFields "XtNitemFields"
388 #define XtNitemGravity "XtNitemGravity"
389 #define XtNitemHeight "XtNitemHeight"
390 #define XtNitemMaxHeight "XtNitemMaxHeight"
391 #define XtNitemMaxWidth "XtNitemMaxWidth"
392 #define XtNitemMinHeight "XtNitemMinHeight"
393 #define XtNitemMinWidth "XtNitemMinWidth"
394 #define XtNitemState "XtNitemState"
395 #define XtNitemWidth "XtNitemWidth"
396 #define XtNitems "XtNitems"
397 #define XtNitemsTouched "XtNitemsTouched"
398 #define XtNitemsVisible "XtNitemsVisible"
399 #define XtNjustify "XtNjustify"
400 #define XtNkeys "XtNkeys"
401 #define XtNkeyRemapTimeOut              "XtNkeyRemapTimeOut"
402 #define XtNlabelJustify                 "XtNlabelJustify"
403 #define XtNlabelPixmap                  "XtNlabelPixmap"
404 #define XtNlabelProc                    "XtNlabelProc"
405 #define XmNlabelString                  "XmNlabelString"
406 #define XtNlabelTile                    "XtNlabelTile"
407 #define XmNlabelType                    "XmNlabelType"
408 #define XtNlayout                       "XtNlayout"
409 #define XtNlayoutHeight                 "XtNlayoutHeight"
410 #define XtNlayoutType                   "XtNlayoutType"
411 #define XtNlayoutWidth                  "XtNlayoutWidth"
412 #define XtNleaveVerification            "XtNleaveVerification"
413 #define XtNleftKey                      "XtNleftKey"
414 #define XtNleftMargin                   "XtNleftMargin"
415 #define XtNlineEndKey                   "XtNlineEndKey"
416 #define XtNlineStartKey                 "XtNlineStartKey"
417 #define XtNlineSpace                    "XtNlineSpace"
418 #define XtNlinesVisible                 "XtNlinesVisible"
419 #define XtNlockName                     "XtNlockName"
420 #define XtNlowerControlArea             "XtNlowerControlArea"
421 #define XtNmanaged                      "XtNmanaged"
422 #define XtNmargin                       "XtNmargin"
423 #define XmNmarginHeight                 "XmNmarginHeight"
424 #define XmNmarginRight                  "XmNmarginRight"
425 #define XmNmarginTop                    "XmNmarginTop"
426 #define XmNmarginWidth                  "XmNmarginWidth"
427 #define XtNmaxLabel                     "XtNmaxLabel"
428 #define XtNmaximumChars                 "XtNmaximumChars"
429 #define XtNmenuAugment "XtNmenuAugment"
430 #define XtNmenuBtn "XtNmenuBtn"
431 #define XtNmenuButton "XtNmenuButton"
432 #define XtNmenuDefaultBtn "XtNmenuDefaultBtn"
433 #define XtNmenuDefaultKey "XtNmenuDefaultKey"
434 #define XtNmenuKey "XtNmenuKey"
435 #define XtNmenuMark "XtNmenuMark"
436 #define XtNmenuMarkRegion "XtNmenuMarkRegion"
437 #define XtNmenuName "XtNmenuName"
438 #define XtNmenuPane "XtNmenuPane"
439 #define XtNmenuPositioner "XtNmenuPositioner"
440 #define XtNmenuType "XtNmenuType"
441 #define XtNminLabel "XtNminLabel"
442 #define XtNmnemonic "XtNmnemonic"
443 #define XtNmnemonicPrefix "XtNmnemonicPrefix"
444 #define XtNmaxValue "XtNmaxValue"
445 #define XtNminValue "XtNminValue"
446 #define XtNmod1Name "XtNmod1Name"
447 #define XtNmod2Name "XtNmod2Name"
448 #define XtNmod3Name "XtNmod3Name"
449 #define XtNmod4Name "XtNmod4Name"
450 #define XtNmod5Name "XtNmod5Name"
451 #define XtNmodifyVerification "XtNmodifyVerification"
452 #define XtNmotionVerification "XtNmotionVerification"
453 #define XtNmouseDampingFactor "XtNmouseDampingFactor"
454 #define XtNmouseStatus "XtNmouseStatus"
455 #define XtNmouseX "XtNmouseX"
456 #define XtNmouseY "XtNmouseY"
457 #define XtNmultiClickTimeout "XtNmultiClickTimeout"
458 #define XtNmultiDownKey "XtNmultiDownKey"
459 #define XtNmultiLeftKey "XtNmultiLeftKey"
460 #define XtNmultiObjectCount             "XtNmultiObjectCount"
461 #define XtNmultiRightKey                "XtNmultiRightKey"
462 #define XtNmultiUpKey                   "XtNmultiUpKey"
463 #define XmNmwmMenu                      "XmNmwmMenu"
464 #define XtNnextAppKey "XtNnextAppKey"
465 #define XtNnextFieldKey "XtNnextFieldKey"
466 #define XtNnextWinKey "XtNnextWinKey"
467 #define XtNnoneSet "XtNnoneSet"
468 #define XtNnumItemFields "XtNnumItemFields"
469 #define XtNnumItems "XtNnumItems"
470 #define XtNnumberOfDropSites "XtNnumberOfDropSites"
471 #define XtNorientation          "XtNorientation"
472 #define XmNpacking                      "XmNpacking"
473 #define XtNpackedWidget                 "XtNpackedWidget"
474 #define XtNpackedWidgetList             "XtNpackedWidgetList"
475 #define XtNpageDownKey "XtNpageDownKey"
476 #define XtNpageLeftKey "XtNpageLeftKey"
477 #define XtNpageRightKey "XtNpageRightKey"
478 #define XtNpageUpKey "XtNpageUpKey"
479 #define XtNpanBtn "XtNpanBtn"
480 #define XtNpaneBackground "XtNpaneBackground"
481 #define XtNpaneEndKey "XtNpaneEndKey"
482 #define XtNpaneForeground "XtNpaneForeground"
483 #define XtNpaneName "XtNpaneName"
484 #define XtNpaneStartKey "XtNpaneStartKey"
485 #define XtNparentReset "XtNparentReset"
486 #define XtNpasteKey "XtNpasteKey"
487 #define XtNpendingActionKey "XtNpendingActionKey"
488 #define XtNpendingDSDMInfo "XtNpendingDSDMInfo"
489 #define XtNpointerWarping "XtNpointerWarping"
490 #define XtNposition "XtNposition"
491 #define XtNpostModifyNotification "XtNpostModifyNotification"
492 #define XtNpostSelect                   "XtNpostSelect"
493 #define XtNprefMaxWidth                 "XtNprefMaxWidth"
494 #define XtNprefMinWidth                 "XtNprefMinWidth"
495 #define XtNprevAppKey                   "XtNprevAppKey"
496 #define XtNprevFieldKey                 "XtNprevFieldKey"
497 #define XtNprevWinKey                   "XtNprevWinKey"
498 #define XtNpreview                      "XtNpreview"
499 #define XtNpreviewItem                  "XtNpreviewItem"
500 #define XtNpreviewWidget                "XtNpreviewWidget"
501 #define XtNpropertiesKey                "XtNpropertiesKey"
502 #define XtNpropertyChange               "XtNpropertyChange"
503 #define XtNproportionLength             "XtNproportionLength"
504 #define XtNqueryGeometry                "XtNqueryGeometry"
505 #define XtNrealize                      "XtNrealize"
506 #define XmNrecomputeSize                "XmNrecomputeSize"
507 #define XtNredrawKey                    "XtNredrawKey"
508 #define XtNreferenceName                "XtNreferenceName"
509 #define XtNreferenceStub                "XtNreferenceStub"
510 #define XtNreferenceWidget              "XtNreferenceWidget"
511 #define XtNrefresh                      "XtNrefresh"
512 #define XtNregisterFocusFunc            "XtNregisterFocusFunc"
513 #define XtNregistryUpdateTimestamp       "XtNregistryUpdateTimestamp"
514 #define XtNrepeatRate                   "XtNrepeatRate"
515 #define XtNreset                        "XtNreset"
516 #define XtNresetDefault                 "XtNresetDefault"
517 #define XtNresetFactory                 "XtNresetFactory"
518 #define XtNresetSet                     "XtNresetSet"
519 #define XtNresize                       "XtNresize"
520 #define XtNresizeCallback               "XtNresizeCallback"
521 #define XtNresizeCorners                "XtNresizeCorners"
522 #define XtNreturnKey                    "XtNreturnKey"
523 #define XtNrevertButton                 "XtNrevertButton"
524 #define XtNrightKey                     "XtNrightKey"
525 #define XtNrightMargin                  "XtNrightMargin"
526 #define XtNrootX                        "XtNrootX"
527 #define XtNrootY                        "XtNrootY"
528 #define XtNrowDownKey                   "XtNrowDownKey"
529 #define XtNrowUpKey                     "XtNrowUpKey"
530 #define XtNsameHeight                   "XtNsameHeight"
531 #define XtNsameSize                     "XtNsameSize"
532 #define XtNsameWidth                    "XtNsameWidth"
533 #define XtNscale                        "XtNscale"
534 #define XtNscaleMap                     "XtNscaleMap"
535 #define XmNscrollBarPlacement           "XmNscrollBarPlacement"
536 #define XmNhorizontalScrollBar          "XmNhorizontalScrollBar"
537 #define XmNverticalScrollBar            "XmNverticalScrollBar"
538 #define XtNscroll                       "XtNscroll"
539 #define XtNscrollBottomKey              "XtNscrollBottomKey"
540 #define XtNscrollDocStart               "XtNscrollDocStart"
541 #define XtNscrollDocEnd                 "XtNscrollDocEnd"
542 #define XtNscrollDownKey                "XtNscrollDownKey"
543 #define XtNscrollLeftKey                "XtNscrollLeftKey"
544 #define XtNscrollLeftEdgeKey            "XtNscrollLeftEdgeKey"
545 #define XtNscrollRightKey               "XtNscrollRightKey"
546 #define XtNscrollRightEdgeKey           "XtNscrollRightEdgeKey"
547 #define XtNscrollTopKey                 "XtNscrollTopKey"
548 #define XtNscrollUpKey                  "XtNscrollUpKey"
549 #define XtNselCharBakKey                "XtNselCharBakKey"
550 #define XtNselCharFwdKey                "XtNselCharFwdKey"
551 #define XtNselFlipEndsKey               "XtNselFlipEndsKey"
552 #define XtNselLineKey                   "XtNselLineKey"
553 #define XtNselLineBakKey                "XtNselLineBakKey"
554 #define XtNselLineFwdKey                "XtNselLineFwdKey"
555 #define XtNselWordBakKey                "XtNselWordBakKey"
556 #define XtNselWordFwdKey                "XtNselWordFwdKey"
557 #define XtNselectBtn                    "XtNselectBtn"
558 #define XtNselectKey                    "XtNselectKey"
559 #define XtNselectDoesPreview            "XtNselectDoesPreview"
560 #define XtNselectEnd                    "XtNselectEnd"
561 #define XtNselectProc                   "XtNselectProc"
562 #define XtNselectStart                  "XtNselectStart"
563 #define XtNselectable                   "XtNselectable"
564 #define XtNselection                    "XtNselection"
565 #define XmNselectionArray               "XmNselectionArray"
566 #define XtNselectionColor               "XtNselectionColor"
567 #define XtNset                          "XtNset"
568 #define XtNsetDefaults                  "XtNsetDefaults"
569 #define XtNsetValues                    "XtNsetValues"
570 #define XtNsetValuesAlmost              "XtNsetValuesAlmost"
571 #define XtNsetValuesHook                "XtNsetValuesHook"
572 #define XtNshellBehavior                "XtNshellBehavior"
573 #define XtNshiftName "XtNshiftName"
574 #define XtNshowAccelerators "XtNshowAccelerators"
575 #define XtNshowMnemonics "XtNshowMnemonics"
576 #define XtNshowPage "XtNshowPage"
577 #define XtNsliderMax "XtNsliderMax"
578 #define XtNsliderMin "XtNsliderMin"
579 #define XtNsliderMoved "XtNsliderMoved"
580 #define XtNsliderValue "XtNsliderValue"
581 #define XtNsource "XtNsource"
582 #define XtNsourceType "XtNsourceType"
583 #define XtNspan "XtNspan"
584 #define XtNstateChange "XtNstateChange"
585 #define XtNstopKey "XtNstopKey"
586 #define XtNstopPosition "XtNstopPosition"
587 #define XmNstring               "XmNstring"
588 #define XtNstrip "XtNstrip"
589 #define XtNtabTable "XtNtabTable"
590 #define XtNtextArea "XtNtextArea"
591 #define XtNtextClearBuffer "XtNtextClearBuffer"
592 #define XtNtextCopyBuffer "XtNtextCopyBuffer"
593 #define XtNtextEditBackground "XtNtextEditBackground"
594 #define XtNtextEditFontColor "XtNtextEditFontColor"
595 #define XtNtextEditWidget "XtNtextEditWidget"
596 #define XtNtextField "XtNtextField"
597 #define XtNtextFormat "XtNtextFormat"
598 #define XtNtextGetInsertPoint "XtNtextGetInsertPoint"
599 #define XtNtextGetLastPos "XtNtextGetLastPos"
600 #define XtNtextInsert "XtNtextInsert"
601 #define XtNtextReadSubStr "XtNtextReadSubStr"
602 #define XtNtextRedraw "XtNtextRedraw"
603 #define XtNtextReplace "XtNtextReplace"
604 #define XtNtextSetInsertPoint "XtNtextSetInsertPoint"
605 #define XtNtextSetSource "XtNtextSetSource"
606 #define XtNtextSource "XtNtextSource"
607 #define XtNtextUpdate "XtNtextUpdate"
608 #define XtNthreeD "XtNthreeD"
609 #define XtNtickUnit "XtNtickUnit"
610 #define XtNticks "XtNticks"
611 #define XtNtogglePushpinKey "XtNtogglePushpinKey"
612 #define XtNtoggleState "XtNtoggleState"
613 #define XtNtopMargin "XtNtopMargin"
614 #define XtNtouchItems "XtNtouchItems"
615 #define XtNtraversalHandlerFunc "XtNtraversalHandlerFunc"
616 #define XtNtraversalManager "XtNtraversalManager"
617 #define XtNtraversalOn "XtNtraversalOn"
618 #define XtNtrigger "XtNtrigger"
619 #define XtNtype "XtNtype"
620 #define XtNunderline "XtNunderline"
621 #define XtNundoKey "XtNundoKey"
622 #define XtNunitType "XtNunitType"
623 #define XtNunselect "XtNunselect"
624 #define XtNunselectProc "XtNunselectProc"
625 #define XtNupKey "XtNupKey"
626 #define XtNupdateView "XtNupdateView"
627 #define XtNupperControlArea "XtNupperControlArea"
628 #define XtNuseSetValCallback "XtNuseSetValCallback"
629 #define XtNuseShortOLWinAttr "XtNuseShortOLWinAttr"
630 #define XtNuserAddItems "XtNuserAddItems"
631 #define XtNuserData "XtNuserData"
632 #define XtNuserDeleteItems "XtNuserDeleteItems"
633 #define XtNuserMakeCurrent "XtNuserMakeCurrent"
634 #define XtNvAutoScroll "XtNvAutoScroll"
635 #define XtNvInitialDelay "XtNvInitialDelay"
636 #define XtNvMenuPane "XtNvMenuPane"
637 #define XtNvPad "XtNvPad"
638 #define XtNvRepeatRate "XtNvRepeatRate"
639 #define XtNvScrollbar "XtNvScrollbar"
640 #define XtNvSliderMoved "XtNvSliderMoved"
641 #define XtNvStepSize "XtNvStepSize"
642 #define XtNverification "XtNverification"
643 #define XtNverify "XtNverify"
644 #define XtNvertSBMenuKey "XtNvertSBMenuKey"
645 #define XtNverticalSB "XtNverticalSB"
646 #define XtNverticalSBWidget "XtNverticalSBWidget"
647 #define XtNviewHeight "XtNviewHeight"
648 #define XtNviewWidth "XtNviewWidth"
649 #define XtNvisibleChildren "XtNvisibleChildren"
650 #define XtNvsb "XtNvsb"
651 #define XtNwinType "XtNwinType"
652 #define XtNwindowBackground "XtNwindowBackground"
653 #define XtNwindowForeground "XtNwindowForeground"
654 #define XtNwindowHeader "XtNwindowHeader"
655 #define XtNwindowLayering "XtNwindowLayering"
656 #define XtNwindowMenuKey "XtNwindowMenuKey"
657 #define XtNwmProtocol "XtNwmProtocol"
658 #define XtNwmProtocolInterested "XtNwmProtocolInterested"
659 #define XtNwordBakKey "XtNwordBakKey"
660 #define XtNwordFwdKey "XtNwordFwdKey"
661 #define XtNworkspaceMenuKey "XtNworkspaceMenuKey"
662 #define XtNwrap "XtNwrap"
663 #define XtNwrapBreak "XtNwrapBreak"
664 #define XtNwrapForm "XtNwrapForm"
665 #define XtNwrapMode "XtNwrapMode"
666 #define XtNxAddWidth "XtNxAddWidth"
667 #define XtNxAttachOffset "XtNxAttachOffset"
668 #define XtNxAttachRight "XtNxAttachRight"
669 #define XtNxOffset "XtNxOffset"
670 #define XtNxRefName "XtNxRefName"
671 #define XtNxRefWidget "XtNxRefWidget"
672 #define XtNxResizable "XtNxResizable"
673 #define XtNxVaryOffset "XtNxVaryOffset"
674 #define XtNyAddHeight           "XtNyAddHeight"
675 #define XtNyAttachBottom        "XtNyAttachBottom"
676 #define XtNyAttachOffset        "XtNyAttachOffset"
677 #define XtNyOffset              "XtNyOffset"
678 #define XtNyRefName             "XtNyRefName"
679 #define XtNyRefWidget           "XtNyRefWidget"
680 #define XtNyResizable           "XtNyResizable"
681 #define XtNyVaryOffset          "XtNyVaryOffset"
682 #define XtRAcceleratorTable "XtRAcceleratorTable"
683 #define XtRAtom "XtRAtom"
684 #define XtRBitmap "XtRBitmap"
685 #define XtRBool "XtRBool"
686 #define XtRBoolean "XtRBoolean"
687 #define XtRCallback "XtRCallback"
688 #define XtRCallProc "XtRCallProc"
689 #define XtRCardinal "XtRCardinal"
690 #define XtRColor "XtRColor"
691 #define XtRColormap "XtRColormap"
692 #define XtRCursor "XtRCursor"
693 #define XtRDimension "XtRDimension"
694 #define XtRDisplay "XtRDisplay"
695 #define XtREditMode "XtREditMode"
696 #define XtREnum "XtREnum"
697 #define XtRFile "XtRFile"
698 #define XtRFloat "XtRFloat"
699 #define XtRFont "XtRFont"
700 #define XtRFontStruct "XtRFontStruct"
701 #define XtRFunction "XtRFunction"
702 #define XtRGeometry "XtRGeometry"
703 #define XtRImmediate "XtRImmediate"
704 #define XtRInitialState "XtRInitialState"
705 #define XtRInt "XtRInt"
706 #define XtRJustify "XtRJustify"
707 #define XtRLongBoolean XtRBool
708 #define XtRObject "XtRObject"
709 #define XtROlStr "XtROlStr"
710 #define XtROrientation "XtROrientation"
711 #define XtRPixel "XtRPixel"
712 #define XtRPixmap "XtRPixmap"
713 #define XtRPointer "XtRPointer"
714 #define XtRPosition "XtRPosition"
715 #define XtRScreen "XtRScreen"
716 #define XtRShort "XtRShort"
717 #define XtRString "XtRString"
718 #define XtRStringArray "XtRStringArray"
719 #define XtRStringTable "XtRStringTable"
720 #define XtRUnsignedChar "XtRUnsignedChar"
721 #define XtRTranslationTable "XtRTranslationTable"
722 #define XtRVisual "XtRVisual"
723 #define XtRWidget "XtRWidget"
724 #define XtRWidgetClass "XtRWidgetClass"
725 #define XtRWidgetList "XtRWidgetList"
726 #define XtRWindow "XtRWindow"
727
728 /*
729  * Constants
730  */
731 #define XmTEAR_OFF_ENABLED              "XmTEAR_OFF_ENABLED"
732 #define XmTEAR_OFF_DISABLED             "XmTEAR_OFF_DISABLED"
733 #define XmWORK_AREA                     "XmWORK_AREA"
734 #define XmMENU_BAR                      "XmMENU_BAR"
735 #define XmMENU_PULLDOWN                 "XmMENU_PULLDOWN"
736 #define XmMENU_POPUP                    "XmMENU_POPUP"
737 #define XmMENU_OPTION                   "XmMENU_OPTION"
738 #define XmCR_ACTIVATE                   "XmCR_ACTIVATE"
739 #define XmCR_ARM                        "XmCR_ARM"
740 #define XmCR_DISARM                     "XmCR_DISARM"
741 #define XmRES_PIXMAP                    "XmPIXMAP"
742 #define XmSHADOW_IN                     "XmSHADOW_IN"
743 #define XmSHADOW_OUT                    "XmSHADOW_OUT"
744 #define XmSHADOW_ETCHED_IN              "XmSHADOW_ETCHED_IN"
745 #define XmSHADOW_ETCHED_OUT             "XmSHADOW_ETCHED_OUT"
746 #define XmRES_STRING                    "XmSTRING"
747 #define XmRESIZE_ANY                    "XmRESIZE_ANY"
748 #define XmVERTICAL                      "XmVERTICAL"
749 #define XmHORIZONTAL                    "XmHORIZONTAL"
750 #define XmSINGLE_SELECT                 "XmSINGLE_SELECT"
751 #define XmMULTIPLE_SELECT               "XmMULTIPLE_SELECT"
752 #define XmEXTENDED_SELECT               "XmEXTENDED_SELECT"
753 #define XmBROWSE_SELECT                 "XmBROWSE_SELECT"
754 #define XmMULTI_LINE_EDIT               "XmMULTI_LINE_EDIT"
755 #define XmTOP_LEFT                      "XmTOP_LEFT"
756 #define XmBOTTOM_LEFT                   "XmBOTTOM_LEFT"
757 #define XmTOP_RIGHT                     "XmTOP_RIGHT"
758 #define XmBOTTOM_RIGHT                  "XmBOTTOM_RIGHT"
759 #define XmVARIABLE                      "XmVARIABLE"
760 #define XmCONSTANT                      "XmCONSTANT"
761 #define XmSTRING                        "XmSTRING"
762 #define XmPIXMAP                        "XmPIXMAP"
763 #define XmALIGNMENT_BASELINE_BOTTOM     "XmALIGNMENT_BASELINE_BOTTOM"
764 #define XmALIGNMENT_BASELINE_TOP        "XmALIGNMENT_BASELINE_TOP"
765 #define XmALIGNMENT_CONTENTS_BOTTOM     "XmALIGNMENT_CONTENTS_BOTTOM"
766 #define XmALIGNMENT_CONTENTS_TOP        "XmALIGNMENT_CONTENTS_TOP"
767 #define XmALIGNMENT_CENTER              "XmALIGNMENT_CENTER"
768 #define XmPACK_COLUMN                   "XmPACK_COLUMN"
769 #define XmPACK_NONE                     "XmPACK_NONE"
770 #define XmPACK_TIGHT                    "XmPACK_TIGHT"
771
772 /*
773  ************** GMF group widget ***********
774  */
775 #define XmNgroupType            "XmNgroupType"
776 #define XmNgroupUseConstraints  "XmNgroupUseConstraints"
777 #define XmNgroupColumnAlignment "XmNgroupColumnAlignment"
778 #define XmNgroupRowAlignment    "XmNgroupRowAlignment"
779 #define XmNgroupMinX            "XmNgroupMinX"
780 #define XmNgroupMinY            "XmNgroupMinY"
781 #define XmNgroupDenominator     "XmNgroupDenominator"
782 #define XmNgroupVOffset         "XmNgroupVOffset"
783 #define XmNgroupHOffset         "XmNgroupHOffset"
784 #define XmNgroupColumns         "XmNgroupColumns"
785 #define XmNgroupRows            "XmNgroupRows"
786 #define XmNgroupColumn          "XmNgroupColumn"
787 #define XmNgroupRow             "XmNgroupRow"
788 #define XmNgroupAnchor          "XmNgroupAnchor"
789 #define XmNgroupAnchorName      "XmNgroupAnchorName"
790 #define XmNgroupAnchorPoint     "XmNgroupAnchorPoint"
791 #define XmNgroupReferencePoint  "XmNgroupReferencePoint"
792 #define XmNgroupColumnAlignment "XmNgroupColumnAlignment"
793 #define XmNgroupRowAlignment    "XmNgroupRowAlignment"
794
795 #define XmGROUP_NONE                    "XmGROUP_NONE"
796 #define XmGROUP_ROWS                    "XmGROUP_ROWS"
797 #define XmGROUP_COLUMNS                 "XmGROUP_COLUMNS"
798 #define XmGROUP_ROWCOLUMN               "XmGROUP_ROWCOLUMN"
799
800 /* column alignments */
801
802 #define XmGROUP_COLUMN_ALIGN_V_CENTER   "XmGROUP_COLUMN_ALIGN_V_CENTER"
803 #define XmGROUP_COLUMN_ALIGN_LEFT       "XmGROUP_COLUMN_ALIGN_LEFT"
804 #define XmGROUP_COLUMN_ALIGN_RIGHT      "XmGROUP_COLUMN_ALIGN_RIGHT"
805 #define XmGROUP_COLUMN_ALIGN_LABELS     "XmGROUP_COLUMN_ALIGN_LABELS"
806
807 /* row alignments */
808
809 #define XmGROUP_ROW_ALIGN_TOP_EDGES     "XmGROUP_ROW_ALIGN_TOP_EDGES"
810 #define XmGROUP_ROW_ALIGN_BOTTOM_EDGES  "XmGROUP_ROW_ALIGN_BOTTOM_EDGES"
811 #define XmGROUP_ROW_ALIGN_H_CENTER      "XmGROUP_ROW_ALIGN_H_CENTER"
812
813 /* compass points */
814
815 #define XmGROUP_CENTER                  "XmGROUP_CENTER"
816 #define XmGROUP_NORTH                   "XmGROUP_NORTH"
817 #define XmGROUP_NORTHEAST               "XmGROUP_NORTHEAST"
818 #define XmGROUP_EAST                    "XmGROUP_EAST"
819 #define XmGROUP_SOUTHEAST               "XmGROUP_SOUTHEAST"
820 #define XmGROUP_SOUTH                   "XmGROUP_SOUTH"
821 #define XmGROUP_SOUTHWEST               "XmGROUP_SOUTHWEST"
822 #define XmGROUP_WEST                    "XmGROUP_WEST"
823 #define XmGROUP_NORTHWEST               "XmGROUP_NORTHWEST"
824
825 /*
826  * XtN stuff
827  */
828
829 #define XtNallowHoriz                   "XtNallowHoriz"
830 #define XtNNallowVert                   "XtNallowVert"
831 #define XtNancestorSensitive            "XtNancestorSensitive"
832 #define XtNbitmap                       "XtNbitmap"
833 #define XtNborderColor                  "XtNborderColor"
834 #define XtNborder                       "XtNborderColor"
835 #define XtNborderPixmap                 "XtNborderPixmap"
836 #define XtNcallback                     "XtNcallback"
837 #define XtNchildren                     "XtNchildren"
838 #define XtNcolormap                     "XtNcolormap"
839 #define XtNdepth                        "XtNdepth"
840 #define XtNfont                         "XtNfont"
841 #define XtNforceBars                    "XtNforceBars"
842 #define XtNfunction                     "XtNfunction"
843 #define XtNhighlight                    "XtNhighlight"
844 #define XtNindex                        "XtNindex"
845 #define XtNinitialResourcesPersistent   "XtNinitialResourcesPersistent"
846 #define XtNinnerHeight                  "XtNinnerHeight"
847 #define XtNinnerWidth                   "XtNinnerWidth"
848 #define XtNinnerWindow                  "XtNinnerWindow"
849 #define XtNinsertPosition               "XtNinsertPosition"
850 #define XtNinternalHeight               "XtNinternalHeight"
851 #define XtNinternalWidth                "XtNinternalWidth"
852 #define XtNjumpProc                     "XtNjumpProc"
853 #define XtNjustify                      "XtNjustify"
854 #define XtNknobHeight                   "XtNknobHeight"
855 #define XtNknobIndent                   "XtNknobIndent"
856 #define XtNknobPixel                    "XtNknobPixel"
857 #define XtNknobWidth                    "XtNknobWidth"
858 #define XtNlength                       "XtNlength"
859 #define XtNlowerRight                   "XtNlowerRight"
860 #define XtNmappedWhenManaged            "XtNmappedWhenManaged"
861 #define XtNmenuEntry                    "XtNmenuEntry"
862 #define XtNname                         "XtNname"
863 #define XtNnotify                       "XtNnotify"
864 #define XtNnumChildren                  "XtNnumChildren"
865 #define XtNparameter                    "XtNparameter"
866 #define XtNpixmap                       "XtNpixmap"
867 #define XtNresize                       "XtNresize"
868 #define XtNreverseVideo                 "XtNreverseVideo"
869 #define XtNscreen                       "XtNscreen"
870 #define XtNscrollingListMode            "XtNscrollingListMode"
871 #define XtNscrollProc                   "XtNscrollProc"
872 #define XtNscrollDCursor                "XtNscrollDCursor"
873 #define XtNscrollHCursor                "XtNscrollHCursor"
874 #define XtNscrollLCursor                "XtNscrollLCursor"
875 #define XtNscrollRCursor                "XtNscrollRCursor"
876 #define XtNscrollUCursor                "XtNscrollUCursor"
877 #define XtNscrollVCursor                "XtNscrollVCursor"
878 #define XtNselection                    "XtNselection"
879 #define XtNsensitive                    "XtNsensitive"
880 #define XtNshown                        "XtNshown"
881 #define XtNspace                        "XtNspace"
882 #define XtNtextOptions                  "XtNtextOptions"
883 #define XtNtextSink                     "XtNtextSink"
884 #define XtNtextSource                   "XtNtextSource"
885 #define XtNthickness                    "XtNthickness"
886 #define XtNthumb                        "XtNthumb"
887 #define XtNthumbProc                    "XtNthumbProc"
888 #define XtNtop                          "XtNtop"
889 #define XtNtranslations                 "XtNtranslations"
890 #define XtNunrealizeCallback            "XtNunrealizeCallback"
891 #define XtNupdate                       "XtNupdate"
892 #define XtNuseBottom                    "XtNuseBottom"
893 #define XtNuseRight                     "XtNuseRight"
894 #define XtNvalue                        "XtNvalue"
895 #define XmNwindow                       "XmNwindow"
896
897 #endif /* _ABOBJ_MOTIFDEFS_H_ */
898