~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to specs/libX11/AppA

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-12-04 11:43:54 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091204114354-0lik4mbb1bv1a8nw
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add 100_latin_locale_alias.diff (LP 379785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
 
2
.\"
 
3
.\" Permission is hereby granted, free of charge, to any person obtaining
 
4
.\" a copy of this software and associated documentation files (the
 
5
.\" "Software"), to deal in the Software without restriction, including
 
6
.\" without limitation the rights to use, copy, modify, merge, publish,
 
7
.\" distribute, sublicense, and/or sell copies of the Software, and to
 
8
.\" permit persons to whom the Software is furnished to do so, subject to
 
9
.\" the following conditions:
 
10
.\"
 
11
.\" The above copyright notice and this permission notice shall be included
 
12
.\" in all copies or substantial portions of the Software.
 
13
.\"
 
14
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 
15
.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
16
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 
17
.\" IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
18
.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 
19
.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 
20
.\" OTHER DEALINGS IN THE SOFTWARE.
 
21
.\"
 
22
.\" Except as contained in this notice, the name of the X Consortium shall
 
23
.\" not be used in advertising or otherwise to promote the sale, use or
 
24
.\" other dealings in this Software without prior written authorization
 
25
.\" from the X Consortium.
 
26
.\"
 
27
.\" Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
 
28
.\" Digital Equipment Corporation
 
29
.\"
 
30
.\" Portions Copyright \(co 1990, 1991 by
 
31
.\" Tektronix, Inc.
 
32
.\"
 
33
.\" Permission to use, copy, modify and distribute this documentation for
 
34
.\" any purpose and without fee is hereby granted, provided that the above
 
35
.\" copyright notice appears in all copies and that both that copyright notice
 
36
.\" and this permission notice appear in all copies, and that the names of
 
37
.\" Digital and Tektronix not be used in in advertising or publicity pertaining
 
38
.\" to this documentation without specific, written prior permission.
 
39
.\" Digital and Tektronix makes no representations about the suitability
 
40
.\" of this documentation for any purpose.
 
41
.\" It is provided ``as is'' without express or implied warranty.
 
42
.\" 
 
43
\&
 
44
.sp 1
 
45
.ce 3
 
46
\s+1\fBAppendix A\fP\s-1
 
47
 
 
48
\s+1\fBXlib Functions and Protocol Requests\fP\s-1
 
49
.sp 2
 
50
.na
 
51
.LP
 
52
.XS
 
53
Appendix A: Xlib Functions and Protocol Requests
 
54
.XE
 
55
This appendix provides two tables that relate to Xlib functions 
 
56
and the X protocol.
 
57
The following table lists each Xlib function (in alphabetical order)
 
58
and the corresponding protocol request that it generates.
 
59
.LP
 
60
.TS H
 
61
lw(2.5i) lw(2.5i).
 
62
_
 
63
.sp 6p
 
64
.B
 
65
Xlib Function   Protocol Request
 
66
.sp 6p
 
67
_
 
68
.sp 6p
 
69
.TH
 
70
.R
 
71
XActivateScreenSaver    ForceScreenSaver
 
72
XAddHost        ChangeHosts
 
73
XAddHosts       ChangeHosts
 
74
XAddToSaveSet   ChangeSaveSet
 
75
XAllocColor     AllocColor
 
76
XAllocColorCells        AllocColorCells
 
77
XAllocColorPlanes       AllocColorPlanes
 
78
XAllocNamedColor        AllocNamedColor
 
79
XAllowEvents    AllowEvents
 
80
XAutoRepeatOff  ChangeKeyboardControl
 
81
XAutoRepeatOn   ChangeKeyboardControl
 
82
XBell   Bell
 
83
XChangeActivePointerGrab        ChangeActivePointerGrab
 
84
XChangeGC       ChangeGC
 
85
XChangeKeyboardControl  ChangeKeyboardControl
 
86
XChangeKeyboardMapping  ChangeKeyboardMapping
 
87
XChangePointerControl   ChangePointerControl
 
88
XChangeProperty ChangeProperty
 
89
XChangeSaveSet  ChangeSaveSet
 
90
XChangeWindowAttributes ChangeWindowAttributes
 
91
XCirculateSubwindows    CirculateWindow
 
92
XCirculateSubwindowsDown        CirculateWindow
 
93
XCirculateSubwindowsUp  CirculateWindow
 
94
XClearArea      ClearArea
 
95
XClearWindow    ClearArea
 
96
XConfigureWindow        ConfigureWindow
 
97
XConvertSelection       ConvertSelection
 
98
XCopyArea       CopyArea
 
99
XCopyColormapAndFree    CopyColormapAndFree
 
100
XCopyGC CopyGC
 
101
XCopyPlane      CopyPlane
 
102
XCreateBitmapFromData   CreateGC
 
103
        CreatePixmap
 
104
        FreeGC
 
105
        PutImage
 
106
XCreateColormap CreateColormap
 
107
XCreateFontCursor       CreateGlyphCursor
 
108
XCreateGC       CreateGC
 
109
XCreateGlyphCursor      CreateGlyphCursor
 
110
XCreatePixmap   CreatePixmap
 
111
XCreatePixmapCursor     CreateCursor
 
112
XCreatePixmapFromData   CreateGC
 
113
        CreatePixmap
 
114
        FreeGC
 
115
        PutImage
 
116
XCreateSimpleWindow     CreateWindow
 
117
XCreateWindow   CreateWindow
 
118
XDefineCursor   ChangeWindowAttributes
 
119
XDeleteProperty DeleteProperty
 
120
XDestroySubwindows      DestroySubwindows
 
121
XDestroyWindow  DestroyWindow
 
122
XDisableAccessControl   SetAccessControl
 
123
XDrawArc        PolyArc
 
124
XDrawArcs       PolyArc
 
125
XDrawImageString        ImageText8
 
126
XDrawImageString16      ImageText16
 
127
XDrawLine       PolySegment
 
128
XDrawLines      PolyLine
 
129
XDrawPoint      PolyPoint 
 
130
XDrawPoints     PolyPoint
 
131
XDrawRectangle  PolyRectangle
 
132
XDrawRectangles PolyRectangle
 
133
XDrawSegments   PolySegment
 
134
XDrawString     PolyText8
 
135
XDrawString16   PolyText16
 
136
XDrawText       PolyText8
 
137
XDrawText16     PolyText16
 
138
XEnableAccessControl    SetAccessControl
 
139
XFetchBytes     GetProperty
 
140
XFetchName      GetProperty
 
141
XFillArc        PolyFillArc
 
142
XFillArcs       PolyFillArc
 
143
XFillPolygon    FillPoly
 
144
XFillRectangle  PolyFillRectangle
 
145
XFillRectangles PolyFillRectangle
 
146
XForceScreenSaver       ForceScreenSaver
 
147
XFreeColormap   FreeColormap
 
148
XFreeColors     FreeColors
 
149
XFreeCursor     FreeCursor
 
150
XFreeFont       CloseFont
 
151
XFreeGC FreeGC
 
152
XFreePixmap     FreePixmap
 
153
XGetAtomName    GetAtomName
 
154
XGetClassHint   GetProperty
 
155
XGetFontPath    GetFontPath
 
156
XGetGeometry    GetGeometry
 
157
XGetIconName    GetProperty
 
158
XGetIconSizes   GetProperty
 
159
XGetImage       GetImage
 
160
XGetInputFocus  GetInputFocus
 
161
XGetKeyboardControl     GetKeyboardControl
 
162
XGetKeyboardMapping     GetKeyboardMapping
 
163
XGetModifierMapping     GetModifierMapping
 
164
XGetMotionEvents        GetMotionEvents
 
165
XGetNormalHints GetProperty
 
166
XGetPointerControl      GetPointerControl
 
167
XGetPointerMapping      GetPointerMapping
 
168
XGetRGBColormaps        GetProperty
 
169
XGetScreenSaver GetScreenSaver
 
170
XGetSelectionOwner      GetSelectionOwner
 
171
XGetSizeHints   GetProperty
 
172
XGetTextProperty        GetProperty
 
173
XGetTransientForHint    GetProperty
 
174
XGetWMClientMachine     GetProperty
 
175
XGetWMColormapWindows   GetProperty
 
176
        InternAtom
 
177
XGetWMHints     GetProperty
 
178
XGetWMIconName  GetProperty
 
179
XGetWMName      GetProperty
 
180
XGetWMNormalHints       GetProperty
 
181
XGetWMProtocols GetProperty
 
182
        InternAtom
 
183
XGetWMSizeHints GetProperty
 
184
XGetWindowAttributes    GetWindowAttributes
 
185
        GetGeometry
 
186
XGetWindowProperty      GetProperty
 
187
XGetZoomHints   GetProperty
 
188
XGrabButton     GrabButton
 
189
XGrabKey        GrabKey
 
190
XGrabKeyboard   GrabKeyboard
 
191
XGrabPointer    GrabPointer
 
192
XGrabServer     GrabServer
 
193
XIconifyWindow  InternAtom
 
194
        SendEvent
 
195
XInitExtension  QueryExtension
 
196
XInstallColormap        InstallColormap
 
197
XInternAtom     InternAtom
 
198
XKillClient     KillClient
 
199
XListExtensions ListExtensions
 
200
XListFonts      ListFonts
 
201
XListFontsWithInfo      ListFontsWithInfo
 
202
XListHosts      ListHosts
 
203
XListInstalledColormaps ListInstalledColormaps
 
204
XListProperties ListProperties
 
205
XLoadFont       OpenFont
 
206
XLoadQueryFont  OpenFont
 
207
        QueryFont
 
208
XLookupColor    LookupColor
 
209
XLowerWindow    ConfigureWindow
 
210
XMapRaised      ConfigureWindow
 
211
        MapWindow
 
212
XMapSubwindows  MapSubwindows
 
213
XMapWindow      MapWindow
 
214
XMoveResizeWindow       ConfigureWindow
 
215
XMoveWindow     ConfigureWindow
 
216
XNoOp   NoOperation
 
217
XOpenDisplay    CreateGC
 
218
XParseColor     LookupColor
 
219
XPutImage       PutImage
 
220
XQueryBestCursor        QueryBestSize
 
221
XQueryBestSize  QueryBestSize
 
222
XQueryBestStipple       QueryBestSize
 
223
XQueryBestTile  QueryBestSize
 
224
XQueryColor     QueryColors 
 
225
XQueryColors    QueryColors
 
226
XQueryExtension QueryExtension
 
227
XQueryFont      QueryFont
 
228
XQueryKeymap    QueryKeymap
 
229
XQueryPointer   QueryPointer
 
230
XQueryTextExtents       QueryTextExtents
 
231
XQueryTextExtents16     QueryTextExtents
 
232
XQueryTree      QueryTree
 
233
XRaiseWindow    ConfigureWindow
 
234
XReadBitmapFile CreateGC
 
235
        CreatePixmap
 
236
        FreeGC
 
237
        PutImage
 
238
XRecolorCursor  RecolorCursor
 
239
XReconfigureWMWindow    ConfigureWindow
 
240
        SendEvent
 
241
XRemoveFromSaveSet      ChangeSaveSet
 
242
XRemoveHost     ChangeHosts
 
243
XRemoveHosts    ChangeHosts
 
244
XReparentWindow ReparentWindow
 
245
XResetScreenSaver       ForceScreenSaver
 
246
XResizeWindow   ConfigureWindow 
 
247
XRestackWindows         ConfigureWindow
 
248
XRotateBuffers  RotateProperties
 
249
XRotateWindowProperties RotateProperties
 
250
XSelectInput    ChangeWindowAttributes
 
251
XSendEvent      SendEvent
 
252
XSetAccessControl       SetAccessControl
 
253
XSetArcMode     ChangeGC
 
254
XSetBackground  ChangeGC 
 
255
XSetClassHint   ChangeProperty
 
256
XSetClipMask    ChangeGC
 
257
XSetClipOrigin  ChangeGC
 
258
XSetClipRectangles      SetClipRectangles
 
259
XSetCloseDownMode       SetCloseDownMode
 
260
XSetCommand     ChangeProperty
 
261
XSetDashes      SetDashes
 
262
XSetFillRule    ChangeGC
 
263
XSetFillStyle   ChangeGC
 
264
XSetFont        ChangeGC 
 
265
XSetFontPath    SetFontPath
 
266
XSetForeground  ChangeGC 
 
267
XSetFunction    ChangeGC 
 
268
XSetGraphicsExposures   ChangeGC
 
269
XSetIconName    ChangeProperty
 
270
XSetIconSizes   ChangeProperty
 
271
XSetInputFocus  SetInputFocus
 
272
XSetLineAttributes      ChangeGC
 
273
XSetModifierMapping     SetModifierMapping
 
274
XSetNormalHints ChangeProperty
 
275
XSetPlaneMask   ChangeGC 
 
276
XSetPointerMapping      SetPointerMapping
 
277
XSetRGBColormaps        ChangeProperty
 
278
XSetScreenSaver SetScreenSaver
 
279
XSetSelectionOwner      SetSelectionOwner
 
280
XSetSizeHints   ChangeProperty
 
281
XSetStandardProperties  ChangeProperty
 
282
XSetState       ChangeGC
 
283
XSetStipple     ChangeGC
 
284
XSetSubwindowMode       ChangeGC
 
285
XSetTextProperty        ChangeProperty
 
286
XSetTile        ChangeGC
 
287
XSetTransientForHint    ChangeProperty
 
288
XSetTSOrigin    ChangeGC
 
289
XSetWMClientMachine     ChangeProperty
 
290
XSetWMColormapWindows   ChangeProperty
 
291
        InternAtom
 
292
XSetWMHints     ChangeProperty
 
293
XSetWMIconName  ChangeProperty
 
294
XSetWMName      ChangeProperty
 
295
XSetWMNormalHints       ChangeProperty
 
296
XSetWMProperties        ChangeProperty
 
297
XSetWMProtocols ChangeProperty
 
298
        InternAtom
 
299
XSetWMSizeHints ChangeProperty
 
300
XSetWindowBackground    ChangeWindowAttributes
 
301
XSetWindowBackgroundPixmap      ChangeWindowAttributes
 
302
XSetWindowBorder        ChangeWindowAttributes
 
303
XSetWindowBorderPixmap  ChangeWindowAttributes
 
304
XSetWindowBorderWidth   ConfigureWindow
 
305
XSetWindowColormap      ChangeWindowAttributes
 
306
XSetZoomHints   ChangeProperty
 
307
XStoreBuffer    ChangeProperty
 
308
XStoreBytes     ChangeProperty
 
309
XStoreColor     StoreColors 
 
310
XStoreColors    StoreColors
 
311
XStoreName      ChangeProperty
 
312
XStoreNamedColor        StoreNamedColor
 
313
XSync   GetInputFocus
 
314
XSynchronize    GetInputFocus
 
315
XTranslateCoordinates   TranslateCoordinates
 
316
XUndefineCursor ChangeWindowAttributes
 
317
XUngrabButton   UngrabButton
 
318
XUngrabKey      UngrabKey
 
319
XUngrabKeyboard UngrabKeyboard
 
320
XUngrabPointer  UngrabPointer
 
321
XUngrabServer   UngrabServer
 
322
XUninstallColormap      UninstallColormap
 
323
XUnloadFont     CloseFont
 
324
XUnmapSubwindows        UnmapSubwindows
 
325
XUnmapWindow    UnmapWindow
 
326
XWarpPointer    WarpPointer
 
327
XWithdrawWindow SendEvent
 
328
        UnmapWindow
 
329
.TE
 
330
.bp
 
331
.LP
 
332
The following table lists each X protocol request (in alphabetical
 
333
order) and the Xlib functions that reference it.
 
334
.TS H
 
335
lw(2.5i) lw(2.5i).
 
336
_
 
337
.sp 6p
 
338
.B
 
339
Protocol Request        Xlib Function
 
340
.sp 6p
 
341
_
 
342
.sp 6p
 
343
.TH
 
344
.R
 
345
AllocColor      XAllocColor
 
346
AllocColorCells XAllocColorCells
 
347
AllocColorPlanes        XAllocColorPlanes
 
348
AllocNamedColor XAllocNamedColor
 
349
AllowEvents     XAllowEvents
 
350
Bell    XBell
 
351
ChangeActivePointerGrab XChangeActivePointerGrab
 
352
ChangeGC        XChangeGC
 
353
        XSetArcMode
 
354
        XSetBackground
 
355
        XSetClipMask
 
356
        XSetClipOrigin
 
357
        XSetFillRule
 
358
        XSetFillStyle
 
359
        XSetFont
 
360
        XSetForeground
 
361
        XSetFunction
 
362
        XSetGraphicsExposures
 
363
        XSetLineAttributes
 
364
        XSetPlaneMask
 
365
        XSetState
 
366
        XSetStipple
 
367
        XSetSubwindowMode
 
368
        XSetTile
 
369
        XSetTSOrigin
 
370
ChangeHosts     XAddHost
 
371
        XAddHosts
 
372
        XRemoveHost
 
373
        XRemoveHosts
 
374
ChangeKeyboardControl   XAutoRepeatOff
 
375
        XAutoRepeatOn
 
376
        XChangeKeyboardControl
 
377
ChangeKeyboardMapping   XChangeKeyboardMapping
 
378
ChangePointerControl    XChangePointerControl
 
379
ChangeProperty  XChangeProperty
 
380
        XSetClassHint
 
381
        XSetCommand
 
382
        XSetIconName
 
383
        XSetIconSizes
 
384
        XSetNormalHints
 
385
        XSetRGBColormaps
 
386
        XSetSizeHints
 
387
        XSetStandardProperties
 
388
        XSetTextProperty
 
389
        XSetTransientForHint
 
390
        XSetWMClientMachine
 
391
        XSetWMColormapWindows
 
392
        XSetWMHints
 
393
        XSetWMIconName
 
394
        XSetWMName
 
395
        XSetWMNormalHints
 
396
        XSetWMProperties
 
397
        XSetWMProtocols
 
398
        XSetWMSizeHints
 
399
        XSetZoomHints
 
400
        XStoreBuffer
 
401
        XStoreBytes
 
402
        XStoreName
 
403
ChangeSaveSet   XAddToSaveSet
 
404
        XChangeSaveSet
 
405
        XRemoveFromSaveSet
 
406
ChangeWindowAttributes  XChangeWindowAttributes
 
407
        XDefineCursor
 
408
        XSelectInput
 
409
        XSetWindowBackground
 
410
        XSetWindowBackgroundPixmap
 
411
        XSetWindowBorder
 
412
        XSetWindowBorderPixmap
 
413
        XSetWindowColormap
 
414
        XUndefineCursor
 
415
CirculateWindow XCirculateSubwindowsDown
 
416
        XCirculateSubwindowsUp
 
417
        XCirculateSubwindows
 
418
ClearArea       XClearArea
 
419
        XClearWindow
 
420
CloseFont       XFreeFont
 
421
        XUnloadFont
 
422
ConfigureWindow XConfigureWindow
 
423
        XLowerWindow
 
424
        XMapRaised
 
425
        XMoveResizeWindow
 
426
        XMoveWindow
 
427
        XRaiseWindow
 
428
        XReconfigureWMWindow
 
429
        XResizeWindow
 
430
        XRestackWindows
 
431
        XSetWindowBorderWidth
 
432
ConvertSelection        XConvertSelection
 
433
CopyArea        XCopyArea
 
434
CopyColormapAndFree     XCopyColormapAndFree
 
435
CopyGC  XCopyGC
 
436
CopyPlane       XCopyPlane
 
437
CreateColormap  XCreateColormap
 
438
CreateCursor    XCreatePixmapCursor
 
439
CreateGC        XCreateGC
 
440
        XCreateBitmapFromData
 
441
        XCreatePixmapFromData
 
442
        XOpenDisplay
 
443
        XReadBitmapFile
 
444
CreateGlyphCursor       XCreateFontCursor
 
445
        XCreateGlyphCursor
 
446
CreatePixmap    XCreatePixmap
 
447
        XCreateBitmapFromData
 
448
        XCreatePixmapFromData
 
449
        XReadBitmapFile
 
450
CreateWindow    XCreateSimpleWindow
 
451
        XCreateWindow
 
452
DeleteProperty  XDeleteProperty
 
453
DestroySubwindows       XDestroySubwindows
 
454
DestroyWindow   XDestroyWindow
 
455
FillPoly        XFillPolygon
 
456
ForceScreenSaver        XActivateScreenSaver
 
457
        XForceScreenSaver
 
458
        XResetScreenSaver
 
459
FreeColormap    XFreeColormap
 
460
FreeColors      XFreeColors
 
461
FreeCursor      XFreeCursor
 
462
FreeGC  XFreeGC
 
463
        XCreateBitmapFromData
 
464
        XCreatePixmapFromData
 
465
        XReadBitmapFile
 
466
FreePixmap      XFreePixmap
 
467
GetAtomName     XGetAtomName
 
468
GetFontPath     XGetFontPath
 
469
GetGeometry     XGetGeometry
 
470
        XGetWindowAttributes
 
471
GetImage        XGetImage
 
472
GetInputFocus   XGetInputFocus
 
473
        XSync
 
474
        XSynchronize
 
475
GetKeyboardControl      XGetKeyboardControl
 
476
GetKeyboardMapping      XGetKeyboardMapping
 
477
GetModifierMapping      XGetModifierMapping
 
478
GetMotionEvents XGetMotionEvents
 
479
GetPointerControl       XGetPointerControl
 
480
GetPointerMapping       XGetPointerMapping
 
481
GetProperty     XFetchBytes
 
482
        XFetchName
 
483
        XGetClassHint
 
484
        XGetIconName
 
485
        XGetIconSizes
 
486
        XGetNormalHints
 
487
        XGetRGBColormaps
 
488
        XGetSizeHints
 
489
        XGetTextProperty
 
490
        XGetTransientForHint
 
491
        XGetWMClientMachine
 
492
        XGetWMColormapWindows
 
493
        XGetWMHints
 
494
        XGetWMIconName
 
495
        XGetWMName
 
496
        XGetWMNormalHints
 
497
        XGetWMProtocols
 
498
        XGetWMSizeHints
 
499
        XGetWindowProperty
 
500
        XGetZoomHints
 
501
GetSelectionOwner       XGetSelectionOwner
 
502
GetWindowAttributes     XGetWindowAttributes
 
503
GrabButton      XGrabButton
 
504
GrabKey XGrabKey
 
505
GrabKeyboard    XGrabKeyboard
 
506
GrabPointer     XGrabPointer
 
507
GrabServer      XGrabServer
 
508
ImageText8      XDrawImageString
 
509
ImageText16     XDrawImageString16
 
510
InstallColormap XInstallColormap
 
511
InternAtom      XGetWMColormapWindows
 
512
        XGetWMProtocols
 
513
        XIconifyWindow
 
514
        XInternAtom
 
515
        XSetWMColormapWindows
 
516
        XSetWMProtocols
 
517
KillClient      XKillClient
 
518
ListExtensions  XListExtensions
 
519
ListFonts       XListFonts
 
520
ListFontsWithInfo       XListFontsWithInfo
 
521
ListHosts       XListHosts
 
522
ListInstalledColormaps  XListInstalledColormaps
 
523
ListProperties  XListProperties
 
524
LookupColor     XLookupColor
 
525
        XParseColor
 
526
MapSubwindows   XMapSubwindows
 
527
MapWindow       XMapRaised
 
528
        XMapWindow
 
529
NoOperation     XNoOp
 
530
OpenFont        XLoadFont
 
531
        XLoadQueryFont
 
532
PolyArc XDrawArc
 
533
        XDrawArcs
 
534
PolyFillArc     XFillArc
 
535
        XFillArcs
 
536
PolyFillRectangle       XFillRectangle
 
537
        XFillRectangles
 
538
PolyLine        XDrawLines
 
539
PolyPoint       XDrawPoint
 
540
        XDrawPoints
 
541
PolyRectangle   XDrawRectangle
 
542
        XDrawRectangles
 
543
PolySegment     XDrawLine
 
544
        XDrawSegments
 
545
PolyText8       XDrawString
 
546
        XDrawText
 
547
PolyText16      XDrawString16
 
548
        XDrawText16
 
549
PutImage        XPutImage
 
550
        XCreateBitmapFromData
 
551
        XCreatePixmapFromData
 
552
        XReadBitmapFile
 
553
QueryBestSize   XQueryBestCursor
 
554
        XQueryBestSize
 
555
        XQueryBestStipple
 
556
        XQueryBestTile
 
557
QueryColors     XQueryColor
 
558
        XQueryColors
 
559
QueryExtension  XInitExtension
 
560
        XQueryExtension
 
561
QueryFont       XLoadQueryFont
 
562
        XQueryFont
 
563
QueryKeymap     XQueryKeymap
 
564
QueryPointer    XQueryPointer
 
565
QueryTextExtents        XQueryTextExtents
 
566
        XQueryTextExtents16
 
567
QueryTree       XQueryTree
 
568
RecolorCursor   XRecolorCursor
 
569
ReparentWindow  XReparentWindow
 
570
RotateProperties        XRotateBuffers
 
571
        XRotateWindowProperties
 
572
SendEvent       XIconifyWindow
 
573
        XReconfigureWMWindow
 
574
        XSendEvent
 
575
        XWithdrawWindow
 
576
SetAccessControl        XDisableAccessControl
 
577
        XEnableAccessControl
 
578
        XSetAccessControl
 
579
SetClipRectangles       XSetClipRectangles
 
580
SetCloseDownMode        XSetCloseDownMode
 
581
SetDashes       XSetDashes
 
582
SetFontPath     XSetFontPath
 
583
SetInputFocus   XSetInputFocus
 
584
SetModifierMapping      XSetModifierMapping
 
585
SetPointerMapping       XSetPointerMapping
 
586
SetScreenSaver  XGetScreenSaver
 
587
        XSetScreenSaver
 
588
SetSelectionOwner       XSetSelectionOwner
 
589
StoreColors     XStoreColor
 
590
        XStoreColors
 
591
StoreNamedColor XStoreNamedColor
 
592
TranslateCoordinates    XTranslateCoordinates
 
593
UngrabButton    XUngrabButton
 
594
UngrabKey       XUngrabKey
 
595
UngrabKeyboard  XUngrabKeyboard
 
596
UngrabPointer   XUngrabPointer
 
597
UngrabServer    XUngrabServer
 
598
UninstallColormap       XUninstallColormap
 
599
UnmapSubwindows XUnmapSubWindows
 
600
UnmapWindow     XUnmapWindow
 
601
        XWithdrawWindow
 
602
WarpPointer     XWarpPointer
 
603
.TE
 
604
.bp