1(*
2    Copyright (c) 2000
3        Cambridge University Technical Services Limited
4
5    This library is free software; you can redistribute it and/or
6    modify it under the terms of the GNU Lesser General Public
7    License as published by the Free Software Foundation; either
8    version 2.1 of the License, or (at your option) any later version.
9
10    This library is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13    Lesser General Public License for more details.
14
15    You should have received a copy of the GNU Lesser General Public
16    License along with this library; if not, write to the Free Software
17    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18*)
19
20
21signature XM_TYPES = sig
22include MOTIF_TYPES ;
23exception XmNaccelerator                   of string ;
24exception XmNacceleratorText               of XmString ;
25exception XmNaccelerators                  of XtAccelerators ;
26exception XmNadjustLast                    of bool ;
27exception XmNadjustMargin                  of bool ;
28exception XmNalignment                     of XmAlignment ;
29exception XmNallowOverlap                  of bool ;
30exception XmNallowResize                   of bool ;
31exception XmNallowShellResize              of bool ;
32exception XmNancestorSensitive             of bool ;
33exception XmNapplyLabelString              of XmString ;
34exception XmNargc                          of int ;
35exception XmNargv                          of string list ;
36exception XmNarmColor                      of int ;
37exception XmNarmPixmap                     of XWindows.Drawable ;
38exception XmNarrowDirection                of XmArrowDirection ;
39exception XmNautoShowCursorPosition        of bool ;
40exception XmNautoUnmanage                  of bool ;
41exception XmNautomaticSelection            of bool ;
42exception XmNbackground                    of int ;
43exception XmNbackgroundPixmap              of XWindows.Drawable ;
44exception XmNbaseHeight                    of int ;
45exception XmNbaseWidth                     of int ;
46exception XmNblinkRate                     of int ;
47exception XmNborderColor                   of int ;
48exception XmNborderPixmap                  of XWindows.Drawable ;
49exception XmNborderWidth                   of int ;
50exception XmNbottomAttachment              of XmAttachment ;
51exception XmNbottomOffset                  of int ;
52exception XmNbottomPosition                of int ;
53exception XmNbottomShadowColor             of int ;
54exception XmNbottomShadowPixmap            of XWindows.Drawable ;
55exception XmNbottomWidget                  of Widget ;
56exception XmNbuttonAcceleratorText         of XmString list ;
57exception XmNbuttonAccelerators            of string list ;
58exception XmNbuttonCount                   of int ;
59exception XmNbuttonFontList                of (XWindows.XFontStruct * string) list ;
60exception XmNbuttonMnemonicCharSets        of XmString list ;
61exception XmNbuttonMnemonics               of int list ;
62exception XmNbuttonSet                     of int ;
63exception XmNbuttonType                    of XmButtonType list ;
64exception XmNbuttons                       of XmString list ;
65exception XmNcancelButton                  of Widget ;
66exception XmNcancelLabelString             of XmString ;
67exception XmNcascadePixmap                 of XWindows.Drawable ;
68exception XmNchildren                      of Widget list ;
69exception XmNclipWindow                    of Widget ;
70exception XmNcolormap                      of XWindows.Colormap ;
71exception XmNcolumns                       of int ;
72exception XmNcommand                       of XmString ;
73exception XmNcommandWindow                 of Widget ;
74exception XmNcommandWindowLocation         of XmCommandWindowLocation ;
75exception XmNcursorPosition                of int ;
76exception XmNcursorPositionVisible         of bool ;
77exception XmNdecimalPoints                 of int ;
78exception XmNdefaultButton                 of Widget ;
79exception XmNdefaultButtonShadowThickness  of int ;
80exception XmNdefaultButtonType             of XmDefaultButtonType ;
81exception XmNdefaultFontList               of (XWindows.XFontStruct * string) list ;
82exception XmNdefaultPosition               of bool ;
83exception XmNdeleteResponse                of XmDeleteResponse ;
84exception XmNdepth                         of int ;
85exception XmNdialogStyle                   of XmDialogStyle ;
86exception XmNdialogTitle                   of XmString ;
87exception XmNdialogType                    of XmDialogType ;
88exception XmNdirListItemCount              of int ;
89exception XmNdirListItems                  of XmString list ;
90exception XmNdirListLabelString            of XmString ;
91exception XmNdirMask                       of XmString ;
92exception XmNdirSpec                       of XmString ;
93exception XmNdirectory                     of XmString ;
94exception XmNdirectoryValid                of bool ;
95exception XmNdoubleClickInterval           of int ;
96exception XmNeditMode                      of XmEditMode ;
97exception XmNeditable                      of bool ;
98exception XmNentryAlignment                of XmAlignment ;
99exception XmNentryBorder                   of int ;
100exception XmNfileListItemCount             of int ;
101exception XmNfileListItems                 of XmString list ;
102exception XmNfileListLabelString           of XmString ;
103exception XmNfileTypeMask                  of XmFileTypeMask ;
104exception XmNfillOnArm                     of bool ;
105exception XmNfillOnSelect                  of bool ;
106exception XmNfilterLabelString             of XmString ;
107exception XmNfontList                      of (XWindows.XFontStruct * string) list ;
108exception XmNforeground                    of int ;
109exception XmNfractionBase                  of int ;
110exception XmNgeometry                      of string ;
111exception XmNheight                        of int ;
112exception XmNheightInc                     of int ;
113exception XmNhelpLabelString               of XmString ;
114exception XmNhighlightColor                of int ;
115exception XmNhighlightOnEnter              of bool ;
116exception XmNhighlightPixmap               of XWindows.Drawable ;
117exception XmNhighlightThickness            of int ;
118exception XmNhistoryItemCount              of int ;
119exception XmNhistoryItems                  of XmString list ;
120exception XmNhistoryMaxItems               of int ;
121exception XmNhistoryVisibleItemCount       of int ;
122exception XmNhorizontalScrollBar           of Widget ;
123exception XmNhorizontalSpacing             of int ;
124exception XmNiconMask                      of XWindows.Drawable ;
125exception XmNiconName                      of string ;
126exception XmNiconNameEncoding              of int ;
127exception XmNiconPixmap                    of XWindows.Drawable ;
128exception XmNiconWindow                    of XWindows.Drawable ;
129exception XmNiconX                         of int ;
130exception XmNiconY                         of int ;
131exception XmNiconic                        of bool ;
132exception XmNincrement                     of int ;
133exception XmNindicatorOn                   of bool ;
134exception XmNindicatorSize                 of int ;
135exception XmNindicatorType                 of XmIndicatorType ;
136exception XmNinitialDelay                  of int ;
137exception XmNinitialResourcesPersistent    of bool ;
138exception XmNinitialState                  of XWindows.XWMStateHint ;
139exception XmNinput                         of bool ;
140exception XmNisAligned                     of bool ;
141exception XmNisHomogeneous                 of bool ;
142exception XmNitemCount                     of int ;
143exception XmNitems                         of XmString list ;
144exception XmNkeyboardFocusPolicy           of XmKeyboardFocusPolicy ;
145exception XmNlabelFontList                 of (XWindows.XFontStruct * string) list ;
146exception XmNlabelInsensitivePixmap        of XWindows.Drawable ;
147exception XmNlabelPixmap                   of XWindows.Drawable ;
148exception XmNlabelString                   of XmString ;
149exception XmNlabelType                     of XmLabelType ;
150exception XmNleftAttachment                of XmAttachment ;
151exception XmNleftOffset                    of int ;
152exception XmNleftPosition                  of int ;
153exception XmNleftWidget                    of Widget ;
154exception XmNlistItemCount                 of int ;
155exception XmNlistItems                     of XmString list ;
156exception XmNlistLabelString               of XmString ;
157exception XmNlistMarginHeight              of int ;
158exception XmNlistMarginWidth               of int ;
159exception XmNlistSizePolicy                of XmVisualPolicy ;
160exception XmNlistSpacing                   of int ;
161exception XmNlistUpdated                   of bool ;
162exception XmNlistVisibleItemCount          of int ;
163exception XmNmainWindowMarginHeight        of int ;
164exception XmNmainWindowMarginWidth         of int ;
165exception XmNmappedWhenManaged             of bool ;
166exception XmNmappingDelay                  of int ;
167exception XmNmargin                        of int ;
168exception XmNmarginBottom                  of int ;
169exception XmNmarginHeight                  of int ;
170exception XmNmarginLeft                    of int ;
171exception XmNmarginRight                   of int ;
172exception XmNmarginTop                     of int ;
173exception XmNmarginWidth                   of int ;
174exception XmNmaxAspectX                    of int ;
175exception XmNmaxAspectY                    of int ;
176exception XmNmaxHeight                     of int ;
177exception XmNmaxLength                     of int ;
178exception XmNmaxWidth                      of int ;
179exception XmNmaximum                       of int ;
180exception XmNmenuAccelerator               of string ;
181exception XmNmenuBar                       of Widget ;
182exception XmNmenuCursor                    of XWindows.Cursor ;
183exception XmNmenuHelpWidget                of Widget ;
184exception XmNmenuHistory                   of Widget ;
185exception XmNmenuPost                      of string ;
186exception XmNmessageAlignment              of XmAlignment ;
187exception XmNmessageString                 of XmString ;
188exception XmNmessageWindow                 of Widget ;
189exception XmNminAspectX                    of int ;
190exception XmNminAspectY                    of int ;
191exception XmNminHeight                     of int ;
192exception XmNminWidth                      of int ;
193exception XmNminimizeButtons               of bool ;
194exception XmNminimum                       of int ;
195exception XmNmnemonic                      of int ;
196exception XmNmnemonicCharSet               of string ;
197exception XmNmultiClick                    of XmMultiClickType ;
198exception XmNmustMatch                     of bool ;
199exception XmNmwmDecorations                of int ;
200exception XmNmwmFunctions                  of int ;
201exception XmNmwmInputMode                  of int ;
202exception XmNmwmMenu                       of string ;
203exception XmNnavigationType                of XmNavigationType ;
204exception XmNnoMatchString                 of XmString ;
205exception XmNnoResize                      of bool ;
206exception XmNnumChildren                   of int ;
207exception XmNnumColumns                    of int ;
208exception XmNokLabelString                 of XmString ;
209exception XmNoptionLabel                   of XmString ;
210exception XmNoptionMnemonic                of int ;
211exception XmNorientation                   of XmOrientation ;
212exception XmNoverrideRedirect              of bool ;
213exception XmNpacking                       of XmPacking ;
214exception XmNpageIncrement                 of int ;
215exception XmNpaneMaximum                   of int ;
216exception XmNpaneMinimum                   of int ;
217exception XmNpattern                       of XmString ;
218exception XmNpendingDelete                 of bool ;
219exception XmNpopupEnabled                  of bool ;
220exception XmNpostFromButton                of int ;
221exception XmNprocessingDirection           of XmProcessingDirection ;
222exception XmNpromptString                  of XmString ;
223exception XmNpushButtonEnabled             of bool ;
224exception XmNradioAlwaysOne                of bool ;
225exception XmNradioBehavior                 of bool ;
226exception XmNrecomputeSize                 of bool ;
227exception XmNrefigureMode                  of bool ;
228exception XmNrepeatDelay                   of int ;
229exception XmNresizable                     of bool ;
230exception XmNresizeHeight                  of bool ;
231exception XmNresizePolicy                  of XmResizePolicy ;
232exception XmNresizeWidth                   of bool ;
233exception XmNrightAttachment               of XmAttachment ;
234exception XmNrightOffset                   of int ;
235exception XmNrightPosition                 of int ;
236exception XmNrightWidget                   of Widget ;
237exception XmNrowColumnType                 of XmRowColumnType ;
238exception XmNrows                          of int ;
239exception XmNrubberPositioning             of bool ;
240exception XmNsashHeight                    of int ;
241exception XmNsashIndent                    of int ;
242exception XmNsashShadowThickness           of int ;
243exception XmNsashWidth                     of int ;
244exception XmNsaveUnder                     of bool ;
245exception XmNscaleHeight                   of int ;
246exception XmNscaleMultiple                 of int ;
247exception XmNscaleWidth                    of int ;
248exception XmNscrollBarDisplayPolicy        of XmScrollBarDisplayPolicy ;
249exception XmNscrollBarPlacement            of XmScrollBarPlacement ;
250exception XmNscrollHorizontal              of bool ;
251exception XmNscrollLeftSide                of bool ;
252exception XmNscrollTopSide                 of bool ;
253exception XmNscrollVertical                of bool ;
254exception XmNscrolledWindowMarginHeight    of int ;
255exception XmNscrolledWindowMarginWidth     of int ;
256exception XmNscrollingPolicy               of XmScrollingPolicy ;
257exception XmNselectColor                   of int ;
258exception XmNselectInsensitivePixmap       of XWindows.Drawable ;
259exception XmNselectPixmap                  of XWindows.Drawable ;
260exception XmNselectThreshold               of int ;
261exception XmNselectedItemCount             of int ;
262exception XmNselectedItems                 of XmString list ;
263exception XmNselectionArray                of XmTextScanType list ;
264exception XmNselectionArrayCount           of int ;
265exception XmNselectionLabelString          of XmString ;
266exception XmNselectionPolicy               of XmSelectionPolicy ;
267exception XmNsensitive                     of bool ;
268exception XmNseparatorOn                   of bool ;
269exception XmNseparatorType                 of XmShadowType ;
270exception XmNset                           of bool ;
271exception XmNshadowThickness               of int ;
272exception XmNshadowType                    of XmShadowType ;
273exception XmNshellUnitType                 of XmUnitType ;
274exception XmNshowArrows                    of bool ;
275exception XmNshowAsDefault                 of int ;
276exception XmNshowSeparator                 of bool ;
277exception XmNshowValue                     of bool ;
278exception XmNskipAdjust                    of bool ;
279exception XmNsliderSize                    of int ;
280exception XmNspacing                       of int ;
281exception XmNstringDirection               of XmStringDirection ;
282exception XmNsubMenuId                     of Widget ;
283exception XmNsymbolPixmap                  of XWindows.Drawable ;
284exception XmNtextAccelerators              of XtAccelerators ;
285exception XmNtextColumns                   of int ;
286exception XmNtextFontList                  of (XWindows.XFontStruct * string) list ;
287exception XmNtextString                    of XmString ;
288exception XmNtextTranslations              of XtTranslations ;
289exception XmNtitle                         of string ;
290exception XmNtitleEncoding                 of int ;
291exception XmNtitleString                   of XmString ;
292exception XmNtopAttachment                 of XmAttachment ;
293exception XmNtopCharacter                  of int ;
294exception XmNtopItemPosition               of int ;
295exception XmNtopOffset                     of int ;
296exception XmNtopPosition                   of int ;
297exception XmNtopShadowColor                of int ;
298exception XmNtopShadowPixmap               of XWindows.Drawable ;
299exception XmNtopWidget                     of Widget ;
300exception XmNtransient                     of bool ;
301exception XmNtransientFor                  of Widget ;
302exception XmNtranslations                  of XtTranslations ;
303exception XmNtraversalOn                   of bool ;
304exception XmNtroughColor                   of int ;
305exception XmNunitType                      of XmUnitType ;
306exception XmNuseAsyncGeometry              of bool ;
307exception XmNvalue                         of int ;
308exception XmNverifyBell                    of bool ;
309exception XmNverticalScrollBar             of Widget ;
310exception XmNverticalSpacing               of int ;
311exception XmNvisibleItemCount              of int ;
312exception XmNvisibleWhenOff                of bool ;
313exception XmNvisual                        of XWindows.Visual ;
314exception XmNvisualPolicy                  of XmVisualPolicy ;
315exception XmNwaitForWm                     of bool ;
316exception XmNwidth                         of int ;
317exception XmNwidthInc                      of int ;
318exception XmNwinGravity                    of int ;
319exception XmNwindowGroup                   of XWindows.Drawable ;
320exception XmNwmTimeout                     of int ;
321exception XmNwordWrap                      of bool ;
322exception XmNworkWindow                    of Widget ;
323exception XmNx                             of int ;
324exception XmNy                             of int ;
325val XmCAccelerator:                  string ;
326val XmCAcceleratorText:              string ;
327val XmCAccelerators:                 string ;
328val XmCAdjustLast:                   string ;
329val XmCAdjustMargin:                 string ;
330val XmCAlignment:                    string ;
331val XmCAllowOverlap:                 string ;
332val XmCAllowShellResize:             string ;
333val XmCApplyLabelString:             string ;
334val XmCArgc:                         string ;
335val XmCArgv:                         string ;
336val XmCArmColor:                     string ;
337val XmCArmPixmap:                    string ;
338val XmCArrowDirection:               string ;
339val XmCAttachment:                   string ;
340val XmCAutoShowCursorPosition:       string ;
341val XmCAutoUnmanage:                 string ;
342val XmCAutomaticSelection:           string ;
343val XmCBackground:                   string ;
344val XmCBackgroundPixmap:             string ;
345val XmCBaseHeight:                   string ;
346val XmCBaseWidth:                    string ;
347val XmCBlinkRate:                    string ;
348val XmCBoolean:                      string ;
349val XmCBorderColor:                  string ;
350val XmCBorderWidth:                  string ;
351val XmCBottomShadowColor:            string ;
352val XmCBottomShadowPixmap:           string ;
353val XmCButtonAcceleratorText:        string ;
354val XmCButtonAccelerators:           string ;
355val XmCButtonCount:                  string ;
356val XmCButtonFontList:               string ;
357val XmCButtonMnemonicCharSets:       string ;
358val XmCButtonMnemonics:              string ;
359val XmCButtonSet:                    string ;
360val XmCButtonType:                   string ;
361val XmCButtons:                      string ;
362val XmCCancelLabelString:            string ;
363val XmCChildren:                     string ;
364val XmCClipWindow:                   string ;
365val XmCColormap:                     string ;
366val XmCColumns:                      string ;
367val XmCCommandWindow:                string ;
368val XmCCommandWindowLocation:        string ;
369val XmCCursor:                       string ;
370val XmCCursorPosition:               string ;
371val XmCCursorPositionVisible:        string ;
372val XmCDecimalPoints:                string ;
373val XmCDefaultButtonShadowThickness: string ;
374val XmCDefaultButtonType:            string ;
375val XmCDefaultFontList:              string ;
376val XmCDefaultPosition:              string ;
377val XmCDeleteResponse:               string ;
378val XmCDepth:                        string ;
379val XmCDialogStyle:                  string ;
380val XmCDialogTitle:                  string ;
381val XmCDialogType:                   string ;
382val XmCDirListItemCount:             string ;
383val XmCDirListItems:                 string ;
384val XmCDirListLabelString:           string ;
385val XmCDirMask:                      string ;
386val XmCDirSpec:                      string ;
387val XmCDirectory:                    string ;
388val XmCDirectoryValid:               string ;
389val XmCDoubleClickInterval:          string ;
390val XmCEditMode:                     string ;
391val XmCEditable:                     string ;
392val XmCEntryBorder:                  string ;
393val XmCFileListItemCount:            string ;
394val XmCFileListItems:                string ;
395val XmCFileListLabelString:          string ;
396val XmCFileTypeMask:                 string ;
397val XmCFillOnArm:                    string ;
398val XmCFillOnSelect:                 string ;
399val XmCFilterLabelString:            string ;
400val XmCFontList:                     string ;
401val XmCForeground:                   string ;
402val XmCFraction:                     string ;
403val XmCGeometry:                     string ;
404val XmCHeight:                       string ;
405val XmCHeightInc:                    string ;
406val XmCHelpLabelString:              string ;
407val XmCHighlightColor:               string ;
408val XmCHighlightOnEnter:             string ;
409val XmCHighlightPixmap:              string ;
410val XmCHighlightThickness:           string ;
411val XmCHorizontalScrollBar:          string ;
412val XmCIconMask:                     string ;
413val XmCIconName:                     string ;
414val XmCIconNameEncoding:             string ;
415val XmCIconPixmap:                   string ;
416val XmCIconWindow:                   string ;
417val XmCIconX:                        string ;
418val XmCIconY:                        string ;
419val XmCIconic:                       string ;
420val XmCIncrement:                    string ;
421val XmCIndicatorOn:                  string ;
422val XmCIndicatorSize:                string ;
423val XmCIndicatorType:                string ;
424val XmCInitialDelay:                 string ;
425val XmCInitialResourcesPersistent:   string ;
426val XmCInitialState:                 string ;
427val XmCInput:                        string ;
428val XmCIsAligned:                    string ;
429val XmCIsHomogeneous:                string ;
430val XmCItemCount:                    string ;
431val XmCItems:                        string ;
432val XmCKeyboardFocusPolicy:          string ;
433val XmCLabelFontList:                string ;
434val XmCLabelInsensitivePixmap:       string ;
435val XmCLabelPixmap:                  string ;
436val XmCLabelString:                  string ;
437val XmCLabelType:                    string ;
438val XmCListLabelString:              string ;
439val XmCListMarginHeight:             string ;
440val XmCListMarginWidth:              string ;
441val XmCListSizePolicy:               string ;
442val XmCListSpacing:                  string ;
443val XmCListUpdated:                  string ;
444val XmCMainWindowMarginHeight:       string ;
445val XmCMainWindowMarginWidth:        string ;
446val XmCMappedWhenManaged:            string ;
447val XmCMappingDelay:                 string ;
448val XmCMargin:                       string ;
449val XmCMarginBottom:                 string ;
450val XmCMarginHeight:                 string ;
451val XmCMarginLeft:                   string ;
452val XmCMarginRight:                  string ;
453val XmCMarginTop:                    string ;
454val XmCMarginWidth:                  string ;
455val XmCMaxAspectX:                   string ;
456val XmCMaxAspectY:                   string ;
457val XmCMaxHeight:                    string ;
458val XmCMaxItems:                     string ;
459val XmCMaxLength:                    string ;
460val XmCMaxWidth:                     string ;
461val XmCMaximum:                      string ;
462val XmCMenuBar:                      string ;
463val XmCMenuPost:                     string ;
464val XmCMenuWidget:                   string ;
465val XmCMessageString:                string ;
466val XmCMessageWindow:                string ;
467val XmCMinAspectX:                   string ;
468val XmCMinAspectY:                   string ;
469val XmCMinHeight:                    string ;
470val XmCMinWidth:                     string ;
471val XmCMinimizeButtons:              string ;
472val XmCMinimum:                      string ;
473val XmCMnemonic:                     string ;
474val XmCMnemonicCharSet:              string ;
475val XmCMultiClick:                   string ;
476val XmCMustMatch:                    string ;
477val XmCMwmDecorations:               string ;
478val XmCMwmFunctions:                 string ;
479val XmCMwmInputMode:                 string ;
480val XmCMwmMenu:                      string ;
481val XmCNavigationType:               string ;
482val XmCNoMatchString:                string ;
483val XmCNoResize:                     string ;
484val XmCNumChildren:                  string ;
485val XmCNumColumns:                   string ;
486val XmCOffset:                       string ;
487val XmCOkLabelString:                string ;
488val XmCOptionLabel:                  string ;
489val XmCOptionMnemonic:               string ;
490val XmCOrientation:                  string ;
491val XmCOverrideRedirect:             string ;
492val XmCPacking:                      string ;
493val XmCPageIncrement:                string ;
494val XmCPaneMaximum:                  string ;
495val XmCPaneMinimum:                  string ;
496val XmCPattern:                      string ;
497val XmCPendingDelete:                string ;
498val XmCPixmap:                       string ;
499val XmCPopupEnabled:                 string ;
500val XmCPosition:                     string ;
501val XmCPostFromButton:               string ;
502val XmCProcessingDirection:          string ;
503val XmCPromptString:                 string ;
504val XmCPushButtonEnabled:            string ;
505val XmCRadioAlwaysOne:               string ;
506val XmCRadioBehavior:                string ;
507val XmCRecomputeSize:                string ;
508val XmCRepeatDelay:                  string ;
509val XmCResizeHeight:                 string ;
510val XmCResizePolicy:                 string ;
511val XmCResizeWidth:                  string ;
512val XmCRowColumnType:                string ;
513val XmCRows:                         string ;
514val XmCRubberPositioning:            string ;
515val XmCSashHeight:                   string ;
516val XmCSashIndent:                   string ;
517val XmCSashWidth:                    string ;
518val XmCSaveUnder:                    string ;
519val XmCScaleHeight:                  string ;
520val XmCScaleMultiple:                string ;
521val XmCScaleWidth:                   string ;
522val XmCScroll:                       string ;
523val XmCScrollBarDisplayPolicy:       string ;
524val XmCScrollBarPlacement:           string ;
525val XmCScrollSide:                   string ;
526val XmCScrolledWindowMarginHeight:   string ;
527val XmCScrolledWindowMarginWidth:    string ;
528val XmCScrollingPolicy:              string ;
529val XmCSelectColor:                  string ;
530val XmCSelectInsensitivePixmap:      string ;
531val XmCSelectPixmap:                 string ;
532val XmCSelectThreshold:              string ;
533val XmCSelectedItemCount:            string ;
534val XmCSelectedItems:                string ;
535val XmCSelectionArray:               string ;
536val XmCSelectionArrayCount:          string ;
537val XmCSelectionLabelString:         string ;
538val XmCSelectionPolicy:              string ;
539val XmCSensitive:                    string ;
540val XmCSeparatorOn:                  string ;
541val XmCSeparatorType:                string ;
542val XmCSet:                          string ;
543val XmCShadowThickness:              string ;
544val XmCShadowType:                   string ;
545val XmCShellUnitType:                string ;
546val XmCShowArrows:                   string ;
547val XmCShowAsDefault:                string ;
548val XmCShowSeparator:                string ;
549val XmCShowValue:                    string ;
550val XmCSliderSize:                   string ;
551val XmCSpacing:                      string ;
552val XmCStringDirection:              string ;
553val XmCTextFontList:                 string ;
554val XmCTextPosition:                 string ;
555val XmCTextString:                   string ;
556val XmCTitle:                        string ;
557val XmCTitleEncoding:                string ;
558val XmCTitleString:                  string ;
559val XmCTopItemPosition:              string ;
560val XmCTopShadowColor:               string ;
561val XmCTopShadowPixmap:              string ;
562val XmCTransient:                    string ;
563val XmCTransientFor:                 string ;
564val XmCTranslations:                 string ;
565val XmCTraversalOn:                  string ;
566val XmCTroughColor:                  string ;
567val XmCUnitType:                     string ;
568val XmCUseAsyncGeometry:             string ;
569val XmCValue:                        string ;
570val XmCVerifyBell:                   string ;
571val XmCVerticalScrollBar:            string ;
572val XmCVisibleItemCount:             string ;
573val XmCVisibleWhenOff:               string ;
574val XmCVisual:                       string ;
575val XmCVisualPolicy:                 string ;
576val XmCWaitForWm:                    string ;
577val XmCWidget:                       string ;
578val XmCWidth:                        string ;
579val XmCWidthInc:                     string ;
580val XmCWinGravity:                   string ;
581val XmCWindowGroup:                  string ;
582val XmCWmTimeout:                    string ;
583val XmCWordWrap:                     string ;
584val XmCWorkWindow:                   string ;
585val XmCX:                            string ;
586val XmCY:                            string ;
587end (* sig *) ;
588