~ubuntu-branches/ubuntu/quantal/openmotif/quantal

« back to all changes in this revision

Viewing changes to doc/man/man5/Traits.5

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-23 12:12:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100623121231-u89gxdp51sg9wjj2
Tags: 2.3.0-1
* New Maintainer (Closes: #379258) 
* Acknowledge NMU changes
* New upstream release (Closes: #494375)
* Get rid of security patches as they are already part of new upstream
  release (00-xpmvuln.openmotif.patch, 342092-CVE-2005-3964.patch)
* Bump Standards to 3.8.4
* Added {misc:Depends} to make the package lintian cleaner
* Fix weak-library-dev-dependency by adding ${binary:Version}) for the
  -dev Package of openmotif
* Let package depend on autotools-dev to use newer autotools-helper-files
* Work around an autoconf-bug (Gentoo-Bug #1475)
* Added Client-side anti-aliased fonts support via XFT
* Added UTF-8 and UTF8_STRING atom support
* Ability to show text and pixmaps in Label, LabelGadget and all
  derived widgets
* Support of PNG/JPEG image formats in the same way as XPM is supported
* Increase FILE_OFFSET_BITS to 64 to show files >2GB in file-selector
  Idea taken from Magne Oestlyngen (Closes: #288537)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
...\" Traits.sgm /main/10 1996/09/08 21:23:02 rws $
 
3
.de P!
 
4
.fl
 
5
\!!1 setgray
 
6
.fl
 
7
\\&.\"
 
8
.fl
 
9
\!!0 setgray
 
10
.fl                     \" force out current output buffer
 
11
\!!save /psv exch def currentpoint translate 0 0 moveto
 
12
\!!/showpage{}def
 
13
.fl                     \" prolog
 
14
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
 
15
\!!psv restore
 
16
.
 
17
.de pF
 
18
.ie     \\*(f1 .ds f1 \\n(.f
 
19
.el .ie \\*(f2 .ds f2 \\n(.f
 
20
.el .ie \\*(f3 .ds f3 \\n(.f
 
21
.el .ie \\*(f4 .ds f4 \\n(.f
 
22
.el .tm ? font overflow
 
23
.ft \\$1
 
24
..
 
25
.de fP
 
26
.ie     !\\*(f4 \{\
 
27
.       ft \\*(f4
 
28
.       ds f4\"
 
29
'       br \}
 
30
.el .ie !\\*(f3 \{\
 
31
.       ft \\*(f3
 
32
.       ds f3\"
 
33
'       br \}
 
34
.el .ie !\\*(f2 \{\
 
35
.       ft \\*(f2
 
36
.       ds f2\"
 
37
'       br \}
 
38
.el .ie !\\*(f1 \{\
 
39
.       ft \\*(f1
 
40
.       ds f1\"
 
41
'       br \}
 
42
.el .tm ? font underflow
 
43
..
 
44
.ds f1\"
 
45
.ds f2\"
 
46
.ds f3\"
 
47
.ds f4\"
 
48
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
 
49
.TH "Traits" "file formats"
 
50
.SH "NAME"
 
51
\fBTraits\fP \(em Lists the traits used by the Motif Toolkit\&.
 
52
.iX "Traits"
 
53
.SH "DESCRIPTION"
 
54
.PP
 
55
A trait is a characteristic of a widget\&. A widget holding
 
56
a particular trait is announcing a particular ability to
 
57
other widgets\&.
 
58
The following table summarizes the standard Motif traits\&.
 
59
.PP
 
60
.TS
 
61
tab() box;
 
62
c s
 
63
l| l.
 
64
\fBPurpose of Each Trait\fP
 
65
\fBTrait Name\fPT{
 
66
\fBA Widget Holding This Trait Can Do The Following:\fP
 
67
T}
 
68
__
 
69
\fBXmQTaccessTextual\fPDisplay one primary text parcel\&.
 
70
__
 
71
\fBXmQTactivatable\fPT{
 
72
Become a command button in a dialog box\&.
 
73
T}
 
74
__
 
75
\fBXmQTcareParentVisual\fPT{
 
76
Borrow its parent\&'s visual information\&.
 
77
T}
 
78
__
 
79
\fBXmQTcontainer\fPManage container item children\&.
 
80
__
 
81
\fBXmQTcontainerItem\fPT{
 
82
Become a child of a container widget\&.
 
83
T}
 
84
__
 
85
\fBXmQTdialogShellSavvy\fPBecome a child of a DialogShell\&.
 
86
__
 
87
\fBXmQTjoinSide\fPT{
 
88
Attach itself to one side of a suitable parent\&.
 
89
T}
 
90
__
 
91
\fBXmQTmenuSavvy\fPBecome a menu child\&.
 
92
__
 
93
\fBXmQTmenuSystem\fPManage a menu system\&.
 
94
__
 
95
\fBXmQTnavigator\fPT{
 
96
Act as a navigator to a scrollable widget\&.
 
97
T}
 
98
__
 
99
\fBXmQTscrollFrame\fPT{
 
100
Handle one or more navigator widgets\&.
 
101
T}
 
102
__
 
103
\fBXmQTspecifyRenderTable\fPT{
 
104
Supply the names of its default render tables\&.
 
105
T}
 
106
__
 
107
\fBXmQTtakesDefault\fPT{
 
108
Change its appearance to show that it is the default button\&.
 
109
T}
 
110
__
 
111
\fBXmQTtransfer\fPT{
 
112
Transfer data to other widgets and/or receive data from other
 
113
widgets
 
114
T}
 
115
__
 
116
.TE
 
117
.PP
 
118
Traits are not often used in Motif application programs\&.
 
119
However, traits are very important to widget writers\&.
 
120
For complete details on traits, see the
 
121
\fIMotif Widget Writer\&'s Guide\fP\&.
 
122
.PP
 
123
The following table lists the names of all widgets and gadgets
 
124
in the standard Motif widget set that hold a particular trait\&.
 
125
For example, the following table shows that the
 
126
\fBXmQTcontainerItem\fP trait is held by the
 
127
\fBXmIconGadget\fR\&.
 
128
As the table suggests, some traits are held by many of the
 
129
standard Motif widgets\&.
 
130
.PP
 
131
.TS
 
132
tab() box;
 
133
c s
 
134
l| l.
 
135
T{
 
136
\fBTrait Installation in
 
137
Standard Widget Set\fP
 
138
T}
 
139
\fBTrait Name\fPT{
 
140
\fBIs Installed on The Following Widgets:\fP
 
141
T}
 
142
__
 
143
\fBXmQTaccessTextual\fPT{
 
144
\fBXmLabel\fP and all its subclasses; \fBXmLabelGadget\fP
 
145
and all its subclasses; \fBXmText; XmTextField\fP
 
146
T}
 
147
__
 
148
\fBXmQTactivatable\fPT{
 
149
\fBXmArrowButton; XmArrowButtonGadget; XmDrawnButton; XmPushButton;
 
150
XmPushButtonGadget\fP
 
151
T}
 
152
__
 
153
\fBXmQTcareParentVisual\fPT{
 
154
All the subclasses of \fBXmGadget\fP (but not
 
155
\fBXmGadget\fP itself);
 
156
\fBXmPrimitive\fP and all its subclasses
 
157
T}
 
158
__
 
159
\fBXmQTcontainer\fP\fBXmContainer\fP
 
160
__
 
161
\fBXmQTcontainerItem\fP\fBXmIconGadget\fR
 
162
__
 
163
\fBXmQTdialogShellSavvy\fP\fBXmBulletinBoard\fP
 
164
__
 
165
\fBXmQTjoinSide\fPNo widgets install this trait
 
166
__
 
167
\fBXmQTmenuSavvy\fPT{
 
168
\fBXmLabel; XmDrawnButton; XmCascadeButton; XmPushButton;
 
169
XmToggleButton; XmLabelGadget; XmCascadeButtonGadget;
 
170
XmPushButtonGadget; XmToggleButtonGadget\fP
 
171
T}
 
172
__
 
173
\fBXmQTmenuSystem\fP\fBXmRowColumn\fP
 
174
__
 
175
\fBXmQTnavigator\fP\fBXmScrollBar; XmSpinBox\fP
 
176
__
 
177
\fBXmQTscrollFrame\fP\fBXmNotebook; XmScrolledWindow\fP
 
178
__
 
179
\fBXmQTspecifyRenderTable\fPT{
 
180
\fBXmBulletinBoard\fP and all its subclasses;
 
181
\fBXmMenuShell; XmVendorShell\fP
 
182
T}
 
183
__
 
184
\fBXmQTtakesDefault\fP\fBXmPushButton; XmPushButtonGadget\fP
 
185
__
 
186
\fBXmQTtransfer\fPT{
 
187
\fBXmContainer; XmLabel\fP and all its subclasses;
 
188
\fBXmLabelGadget\fP and all its subclasses;
 
189
\fBXmList; XmScale; XmText; XmTextField\fP
 
190
T}
 
191
__
 
192
.TE
 
193
.PP
 
194
The following table lists the traits installed on each widget\&.
 
195
For example, the following table indicates that the
 
196
\fBXmArrowButton\fP widget holds both the
 
197
\fBXmQTactivatable\fP
 
198
and \fBXmQTcareParentVisual\fP traits\&.
 
199
.TS
 
200
tab() box;
 
201
c s
 
202
l| l.
 
203
\fBTrait Use by
 
204
Widget\fP
 
205
\fBWidget Name\fP\fBInstalls These Traits\fP
 
206
__
 
207
\fB=\fP
 
208
__
 
209
\fBXmArrowButton\fPT{
 
210
\fBXmQTactivatable, XmQTcareParentVisual\fP
 
211
T}
 
212
__
 
213
\fBXmArrowButtonGadget\fPT{
 
214
\fBXmQTactivatable, XmQTcareParentVisual\fP
 
215
T}
 
216
__
 
217
\fBXmBulletinBoard\fPT{
 
218
\fBXmQTdialogShellSavvy, XmQTspecifyRenderTable\fP
 
219
T}
 
220
__
 
221
\fBXmCascadeButton\fPT{
 
222
\fBXmQTaccessTextual, XmQTcareParentVisual, XmQTmenuSavvy,
 
223
XmQTtransfer\fP
 
224
T}
 
225
__
 
226
\fBXmCascadeButtonGadget\fPT{
 
227
\fBXmQTaccessTextual, XmQTcareParentVisual, XmQTmenuSavvy,
 
228
XmQTtransfer
 
229
XmComboBox\fP
 
230
T}
 
231
__
 
232
\fBXmCommand\fP\fBXmQTspecifyRenderTable\fP
 
233
__
 
234
\fBXmContainer\fP\fBXmQTcontainer, XmQTtransfer\fP
 
235
__
 
236
\fBXmDialogShell\fPNone
 
237
__
 
238
\fBXmDisplay\fPNone
 
239
__
 
240
\fBXmDragContext\fPNone
 
241
__
 
242
\fBXmDragIcon\fPNone
 
243
__
 
244
\fBXmDrawingArea\fPNone
 
245
__
 
246
\fBXmDrawnButton\fPT{
 
247
\fBXmQTaccessTextual, XmQTactivatable, XmQTcareParentVisual,
 
248
XmQTmenuSavvy, XmQTtransfer\fP
 
249
T}
 
250
__
 
251
\fBXmDropTransfer\fPNone
 
252
__
 
253
\fBXmFileSelectionBox\fP\fBXmQTspecifyRenderTable\fP
 
254
__
 
255
\fBXmForm\fP\fBXmQTspecifyRenderTable\fP
 
256
__
 
257
\fBXmFrame\fPNone
 
258
__
 
259
\fBXmGadget\fPNone
 
260
__
 
261
\fBXmIconGadget\fRT{
 
262
\fBXmQTcareParentVisual, XmQTcontainerItem\fP
 
263
T}
 
264
__
 
265
\fBXmLabel\fPT{
 
266
\fBXmQTaccessTextual, XmQTcareParentVisual, XmQTmenuSavvy,
 
267
XmQTtransfer\fP
 
268
T}
 
269
__
 
270
\fBXmLabelGadget\fPT{
 
271
\fBXmQTaccessTextual, XmQTcareParentVisual, XmQTmenuSavvy,
 
272
XmQTtransfer\fP
 
273
T}
 
274
__
 
275
\fBXmList\fP\fBXmQTcareParentVisual, XmQTtransfer\fP
 
276
__
 
277
\fBXmMainWindow\fP
 
278
__
 
279
\fBXmManager\fP
 
280
__
 
281
\fBXmMenuShell\fP\fBXmQTspecifyRenderTable\fP
 
282
__
 
283
\fBXmMessageBox\fP\fBXmQTspecifyRenderTable\fP
 
284
__
 
285
\fBXmNotebook\fP\fBXmQTscrollFrame\fP
 
286
__
 
287
\fBXmPanedWindow\fP
 
288
__
 
289
\fBXmPrimitive\fP\fBXmQTcareParentVisual\fP
 
290
__
 
291
\fBXmPushButton\fPT{
 
292
\fBXmQTaccessTextual, XmQTactivatable, XmQTcareParentVisual,
 
293
XmQTmenuSavvy, XmQTtakesDefault, XmQTtransfer\fP
 
294
T}
 
295
__
 
296
\fBXmPushButtonGadget\fPT{
 
297
\fBXmQTaccessTextual, XmQTactivatable, XmQTcareParentVisual,
 
298
XmQTmenuSavvy, XmQTtakesDefault, XmQTtransfer\fP
 
299
T}
 
300
__
 
301
\fBXmRowColumn\fP\fBXmQTmenuSystem\fP
 
302
__
 
303
\fBXmScale\fP\fBXmQTtransfer\fP
 
304
__
 
305
\fBXmScreen\fP
 
306
__
 
307
\fBXmScrollbar\fP\fBXmQTcareParentVisual, XmQTnavigator\fP
 
308
__
 
309
\fBXmScrolledWindow\fP\fBXmQTscrollFrame\fP
 
310
__
 
311
\fBXmSelectionBox\fP\fBXmQTspecifyRenderTable\fP
 
312
__
 
313
\fBXmSeparator\fP\fBXmQTcareParentVisual\fP
 
314
__
 
315
\fBXmSeparatorGadget\fP\fBXmQTcareParentVisual\fP
 
316
__
 
317
\fBXmSpinBox\fP\fBXmQTnavigator\fP
 
318
__
 
319
\fBXmText\fPT{
 
320
\fBXmQTaccessTextual, XmQTcareParentVisual, XmQTtransfer\fP
 
321
T}
 
322
__
 
323
\fBXmTextField\fPT{
 
324
\fBXmQTaccessTextual, XmQTcareParentVisual,
 
325
XmQTtransfer\fP
 
326
T}
 
327
__
 
328
\fBXmToggleButton\fPT{
 
329
\fBXmQTaccessTextual, XmQTcareParentVisual,
 
330
XmQTtransfer\fP
 
331
T}
 
332
__
 
333
\fBXmToggleButtonGadget\fPT{
 
334
\fBXmQTaccessTextual, XmQTcareParentVisual, XmQTtransfer\fP
 
335
T}
 
336
__
 
337
\fBVendorShell\fP\fBXmQTspecifyRenderTable\fP
 
338
__
 
339
.TE
 
340
.PP
 
341
The following table summarizes how the standard Motif widgets
 
342
access traits\&. There are two general ways for a widget to
 
343
access the traits of another widget\&.
 
344
.PP
 
345
One way is for a widget to ask another widget if it holds
 
346
a particular trait\&.
 
347
For example, \fBXmBulletinBoard\fP asks each of its children widgets
 
348
if they hold the \fBXmQTtakesDefault\fP trait\&.
 
349
\fBXmBulletinBoard\fP calls none of the trait methods
 
350
of \fBXmQTtakesDefault\fP\&.
 
351
.PP
 
352
Another kind of access is when one widget calls another widget\&'s
 
353
trait method(s)\&.
 
354
For example, \fBXmBulletinBoard\fP calls the
 
355
\fBgetRenderTable\fP
 
356
trait method of the \fBXmQTspecifyRenderTable\fP
 
357
trait\&.
 
358
.TS
 
359
tab() box;
 
360
c s s
 
361
l| l| l.
 
362
\fBTrait Access By
 
363
Widget\fP
 
364
\fBWidget\fP\fBAccesses These Traits:\fP\fBCalls These Trait Methods:\fP
 
365
___
 
366
\fBXmArrowButton\fPNoneNone
 
367
___
 
368
\fBXmArrowButtonGadget\fPNoneNone
 
369
___
 
370
\fBXmBulletinBoard\fP\fBXmQTtakesDefault\fPNone
 
371
___
 
372
\fBXmBulletinBoard\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
373
___
 
374
\fBXmCascadeButton\fP\fBXmQTmenuSystem\fPMany
 
375
___
 
376
\fBXmCascadeButton\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
377
___
 
378
\fBXmCascadeButtonGadget\fP\fBXmQTmenuSystem\fPMany
 
379
___
 
380
\fBXmCascadeButtonGadget\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
381
___
 
382
\fBXmComboBox\fP\fBXmQTaccessTextual\fP\fBgetValue, setValue\fP
 
383
___
 
384
\fBXmCommand\fPNoneNone
 
385
___
 
386
\fBXmContainer\fP\fBXmQTcontainerItem\fP\fBgetValues, setValues\fP
 
387
___
 
388
\fBXmContainer\fP\fBXmQTscrollFrame\fP\fBgetInfo\fP
 
389
___
 
390
\fBXmDialogShell\fP\fBXmQTdialogShellSavvy\fP\fBcallMapUnmapCB\fP
 
391
___
 
392
\fBXmDisplay\fPNoneNone
 
393
___
 
394
\fBXmDragContext\fPNoneNone
 
395
___
 
396
\fBXmDragIcon\fPNoneNone
 
397
___
 
398
\fBXmDrawingArea\fPNoneNone
 
399
___
 
400
\fBXmDrawnButton\fP\fBXmQTmenuSystem\fPMany
 
401
___
 
402
\fBXmDrawnButton\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
403
___
 
404
\fBXmDropTransfer\fPNoneNone
 
405
___
 
406
\fBXmFileSelectionBox\fP\fBXmQTactivatable\fPNone
 
407
___
 
408
\fBXmForm\fPNoneNone
 
409
___
 
410
\fBXmFrame\fPNoneNone
 
411
___
 
412
\fBXmGadget\fPNoneNone
 
413
___
 
414
\fBXmIconGadget\fR\fBXmQTcontainer\fP\fBgetValues\fP
 
415
___
 
416
\fBXmIconGadget\fR\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
417
___
 
418
\fBXmLabel\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
419
___
 
420
\fBXmLabel\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
421
___
 
422
\fBXmLabelGadget\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
423
___
 
424
\fBXmLabelGadget\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
425
___
 
426
\fBXmList\fP\fBXmQTnavigator\fP\fBgetValues\fP
 
427
___
 
428
\fBXmList\fP\fBXmQTscrollFrame\fP\fBgetInfo, init\fP
 
429
___
 
430
\fBXmList\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
431
___
 
432
\fBXmMainWindow\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
433
___
 
434
\fBXmManager\fPNoneNone
 
435
___
 
436
\fBXmMenuShell\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
437
___
 
438
\fBXmMenuShell\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
439
___
 
440
\fBXmMessageBox\fP\fBXmQTactivatable\fPNone
 
441
___
 
442
\fBXmNotebook\fP\fBXmQTscrollFrame\fP\fBinit, addNavigator, removeNavigator\fP
 
443
___
 
444
\fBXmNotebook\fP\fBXmQTnavigator\fP\fBgetValue\fP
 
445
___
 
446
\fBXmNotebook\fP\fBXmQTactivatable\fP\fBchangeCB\fP
 
447
___
 
448
\fBXmNotebook\fP\fBXmQTaccessTextual\fPNone
 
449
___
 
450
\fBXmPanedWindow\fPNoneNone
 
451
___
 
452
\fBXmPrimitive\fPNoneNone
 
453
___
 
454
\fBXmPushButton\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
455
___
 
456
\fBXmPushButton\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
457
___
 
458
\fBXmPushButtonGadget\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
459
___
 
460
\fBXmPushButtonGadget\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
461
___
 
462
\fBXmRowColumn\fP\fBXmQTmenuSavvy\fPT{
 
463
\fBgetAccelerator, getMnemonic, getActivateCBName\fP
 
464
T}
 
465
___
 
466
\fBXmRowColumn\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
467
___
 
468
\fBXmScale\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
469
___
 
470
\fBXmScreen\fPNoneNone
 
471
___
 
472
\fBXmScrollbar\fPNoneNone
 
473
___
 
474
\fBXmScrolledWindow\fP\fBXmQTnavigator\fP\fBgetValue\fP
 
475
___
 
476
\fBXmScrolledWindow\fP\fBXmQTscrollFrame\fP\fBinit, addNavigator\fP
 
477
___
 
478
\fBXmSelectionBox\fP\fBXmQTaccessTextual\fP\fBsetValue;\fP
 
479
___
 
480
\fBXmSelectionBox\fP\fBXmQTactivatable\fPNone
 
481
___
 
482
\fBXmSeparator\fPNoneNone
 
483
___
 
484
\fBXmSeparatorGadget\fPNoneNone
 
485
___
 
486
\fBXmSpinBox\fP\fBXmQTaccessTextual\fP\fBsetValue\fP
 
487
___
 
488
\fBXmText\fP\fBXmQTaccessTextual\fP\fBgetValue, setValue\fP
 
489
___
 
490
\fBXmText\fP\fBXmQTnavigator\fP\fBgetValue\fP
 
491
___
 
492
\fBXmText\fP\fBXmQTscrollFrame\fP\fBgetInfo, init\fP
 
493
___
 
494
\fBXmText\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
495
___
 
496
\fBXmTextField\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
497
___
 
498
\fBXmToggleButton\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
499
___
 
500
\fBXmToggleButton\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
501
___
 
502
\fBXmToggleButtonGadget\fP\fBXmQTmenuSystem\fP\fBvarious methods\fP
 
503
___
 
504
\fBXmToggleButtonGadget\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
505
___
 
506
\fBVendorShell\fP\fBXmQTspecifyRenderTable\fP\fBgetRenderTable\fP
 
507
___
 
508
.TE
 
509
.SH "RELATED"
 
510
.PP
 
511
The following reference pages are documented in the
 
512
\fIMotif Widget Writer\&'s Guide\fP:
 
513
\fBXmeTraitSet\fP(3),
 
514
\fBXmeTraitGet\fP(3),
 
515
\fBXmQTaccessTextual\fP(3),
 
516
\fBXmQTactivatable\fP(3),
 
517
\fBXmQTcareParentVisual\fP(3),
 
518
\fBXmQTcontainer\fP(3),
 
519
\fBXmQTcontainerItem\fP(3),
 
520
\fBXmQTdialogShellSavvy\fP(3),
 
521
\fBXmQTjoinSide\fP(3),
 
522
\fBXmQTmenuSavvy\fP(3),
 
523
\fBXmQTmenuSystem\fP(3),
 
524
\fBXmQTnavigator\fP(3),
 
525
\fBXmQTscrollFrame\fP(3),
 
526
\fBXmQTspecifyRenderTable\fP(3),
 
527
and
 
528
\fBXmQTtakesDefault\fP(3)\&.
 
529
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:36