summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/pTk/tkIntXlibDecls.m
blob: 8671ce54721a3e79ff7621b50d690d67672cb7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
#ifndef _TKINTXLIBDECLS_VM
#define _TKINTXLIBDECLS_VM
#include "tkIntXlibDecls_f.h"
#ifndef NO_VTABLES
#ifndef TkPutImage
#  define TkPutImage (*TkintxlibdeclsVptr->V_TkPutImage)
#endif

#ifndef XAllocColor
#  define XAllocColor (*TkintxlibdeclsVptr->V_XAllocColor)
#endif

#ifndef XBell
#  define XBell (*TkintxlibdeclsVptr->V_XBell)
#endif

#ifndef XChangeGC
#  define XChangeGC (*TkintxlibdeclsVptr->V_XChangeGC)
#endif

#ifndef XChangeProperty
#  define XChangeProperty (*TkintxlibdeclsVptr->V_XChangeProperty)
#endif

#ifndef XChangeWindowAttributes
#  define XChangeWindowAttributes (*TkintxlibdeclsVptr->V_XChangeWindowAttributes)
#endif

#ifndef XClearWindow
#  define XClearWindow (*TkintxlibdeclsVptr->V_XClearWindow)
#endif

#ifndef XConfigureWindow
#  define XConfigureWindow (*TkintxlibdeclsVptr->V_XConfigureWindow)
#endif

#ifndef XCopyArea
#  define XCopyArea (*TkintxlibdeclsVptr->V_XCopyArea)
#endif

#ifndef XCopyPlane
#  define XCopyPlane (*TkintxlibdeclsVptr->V_XCopyPlane)
#endif

#ifndef XCreateBitmapFromData
#  define XCreateBitmapFromData (*TkintxlibdeclsVptr->V_XCreateBitmapFromData)
#endif

#ifndef XCreateColormap
#  define XCreateColormap (*TkintxlibdeclsVptr->V_XCreateColormap)
#endif

#ifndef XCreateGC
#  define XCreateGC (*TkintxlibdeclsVptr->V_XCreateGC)
#endif

#ifndef XCreateGlyphCursor
#  define XCreateGlyphCursor (*TkintxlibdeclsVptr->V_XCreateGlyphCursor)
#endif

#ifndef XCreateIC
#  define XCreateIC (*TkintxlibdeclsVptr->V_XCreateIC)
#endif

#ifndef XCreateImage
#  define XCreateImage (*TkintxlibdeclsVptr->V_XCreateImage)
#endif

#ifndef XCreatePixmapCursor
#  define XCreatePixmapCursor (*TkintxlibdeclsVptr->V_XCreatePixmapCursor)
#endif

#ifndef XDefineCursor
#  define XDefineCursor (*TkintxlibdeclsVptr->V_XDefineCursor)
#endif

#ifndef XDeleteProperty
#  define XDeleteProperty (*TkintxlibdeclsVptr->V_XDeleteProperty)
#endif

#ifndef XDestroyIC
#  define XDestroyIC (*TkintxlibdeclsVptr->V_XDestroyIC)
#endif

#ifndef XDestroyWindow
#  define XDestroyWindow (*TkintxlibdeclsVptr->V_XDestroyWindow)
#endif

#ifndef XDrawArc
#  define XDrawArc (*TkintxlibdeclsVptr->V_XDrawArc)
#endif

#ifndef XDrawLine
#  define XDrawLine (*TkintxlibdeclsVptr->V_XDrawLine)
#endif

#ifndef XDrawLines
#  define XDrawLines (*TkintxlibdeclsVptr->V_XDrawLines)
#endif

#ifndef XDrawPoint
#  define XDrawPoint (*TkintxlibdeclsVptr->V_XDrawPoint)
#endif

#ifndef XDrawPoints
#  define XDrawPoints (*TkintxlibdeclsVptr->V_XDrawPoints)
#endif

#ifndef XDrawRectangle
#  define XDrawRectangle (*TkintxlibdeclsVptr->V_XDrawRectangle)
#endif

#ifndef XDrawSegments
#  define XDrawSegments (*TkintxlibdeclsVptr->V_XDrawSegments)
#endif

#ifndef XFillArc
#  define XFillArc (*TkintxlibdeclsVptr->V_XFillArc)
#endif

#ifndef XFillPolygon
#  define XFillPolygon (*TkintxlibdeclsVptr->V_XFillPolygon)
#endif

#ifndef XFillRectangle
#  define XFillRectangle (*TkintxlibdeclsVptr->V_XFillRectangle)
#endif

#ifndef XFillRectangles
#  define XFillRectangles (*TkintxlibdeclsVptr->V_XFillRectangles)
#endif

#ifndef XFilterEvent
#  define XFilterEvent (*TkintxlibdeclsVptr->V_XFilterEvent)
#endif

#ifndef XForceScreenSaver
#  define XForceScreenSaver (*TkintxlibdeclsVptr->V_XForceScreenSaver)
#endif

#ifndef XFreeColormap
#  define XFreeColormap (*TkintxlibdeclsVptr->V_XFreeColormap)
#endif

#ifndef XFreeColors
#  define XFreeColors (*TkintxlibdeclsVptr->V_XFreeColors)
#endif

#ifndef XFreeCursor
#  define XFreeCursor (*TkintxlibdeclsVptr->V_XFreeCursor)
#endif

#ifndef XFreeGC
#  define XFreeGC (*TkintxlibdeclsVptr->V_XFreeGC)
#endif

#ifndef XFreeModifiermap
#  define XFreeModifiermap (*TkintxlibdeclsVptr->V_XFreeModifiermap)
#endif

#ifndef XGContextFromGC
#  define XGContextFromGC (*TkintxlibdeclsVptr->V_XGContextFromGC)
#endif

#ifndef XGetAtomName
#  define XGetAtomName (*TkintxlibdeclsVptr->V_XGetAtomName)
#endif

#ifndef XGetGeometry
#  define XGetGeometry (*TkintxlibdeclsVptr->V_XGetGeometry)
#endif

#ifndef XGetImage
#  define XGetImage (*TkintxlibdeclsVptr->V_XGetImage)
#endif

#ifndef XGetInputFocus
#  define XGetInputFocus (*TkintxlibdeclsVptr->V_XGetInputFocus)
#endif

#ifndef XGetModifierMapping
#  define XGetModifierMapping (*TkintxlibdeclsVptr->V_XGetModifierMapping)
#endif

#ifndef XGetVisualInfo
#  define XGetVisualInfo (*TkintxlibdeclsVptr->V_XGetVisualInfo)
#endif

#ifndef XGetWMColormapWindows
#  define XGetWMColormapWindows (*TkintxlibdeclsVptr->V_XGetWMColormapWindows)
#endif

#ifndef XGetWindowAttributes
#  define XGetWindowAttributes (*TkintxlibdeclsVptr->V_XGetWindowAttributes)
#endif

#ifndef XGetWindowProperty
#  define XGetWindowProperty (*TkintxlibdeclsVptr->V_XGetWindowProperty)
#endif

#ifndef XGrabKeyboard
#  define XGrabKeyboard (*TkintxlibdeclsVptr->V_XGrabKeyboard)
#endif

#ifndef XGrabPointer
#  define XGrabPointer (*TkintxlibdeclsVptr->V_XGrabPointer)
#endif

#ifndef XIconifyWindow
#  define XIconifyWindow (*TkintxlibdeclsVptr->V_XIconifyWindow)
#endif

#ifndef XInternAtom
#  define XInternAtom (*TkintxlibdeclsVptr->V_XInternAtom)
#endif

#ifndef XKeycodeToKeysym
#  define XKeycodeToKeysym (*TkintxlibdeclsVptr->V_XKeycodeToKeysym)
#endif

#ifndef XKeysymToKeycode
#  define XKeysymToKeycode (*TkintxlibdeclsVptr->V_XKeysymToKeycode)
#endif

#ifndef XKeysymToString
#  define XKeysymToString (*TkintxlibdeclsVptr->V_XKeysymToString)
#endif

#ifndef XListHosts
#  define XListHosts (*TkintxlibdeclsVptr->V_XListHosts)
#endif

#ifndef XLookupColor
#  define XLookupColor (*TkintxlibdeclsVptr->V_XLookupColor)
#endif

#ifndef XMapWindow
#  define XMapWindow (*TkintxlibdeclsVptr->V_XMapWindow)
#endif

#ifndef XMoveResizeWindow
#  define XMoveResizeWindow (*TkintxlibdeclsVptr->V_XMoveResizeWindow)
#endif

#ifndef XMoveWindow
#  define XMoveWindow (*TkintxlibdeclsVptr->V_XMoveWindow)
#endif

#ifndef XNextEvent
#  define XNextEvent (*TkintxlibdeclsVptr->V_XNextEvent)
#endif

#ifndef XParseColor
#  define XParseColor (*TkintxlibdeclsVptr->V_XParseColor)
#endif

#ifndef XPutBackEvent
#  define XPutBackEvent (*TkintxlibdeclsVptr->V_XPutBackEvent)
#endif

#ifndef XQueryColor
#  define XQueryColor (*TkintxlibdeclsVptr->V_XQueryColor)
#endif

#ifndef XQueryColors
#  define XQueryColors (*TkintxlibdeclsVptr->V_XQueryColors)
#endif

#ifndef XQueryPointer
#  define XQueryPointer (*TkintxlibdeclsVptr->V_XQueryPointer)
#endif

#ifndef XQueryTree
#  define XQueryTree (*TkintxlibdeclsVptr->V_XQueryTree)
#endif

#ifndef XRaiseWindow
#  define XRaiseWindow (*TkintxlibdeclsVptr->V_XRaiseWindow)
#endif

#ifndef XRefreshKeyboardMapping
#  define XRefreshKeyboardMapping (*TkintxlibdeclsVptr->V_XRefreshKeyboardMapping)
#endif

#ifndef XResizeWindow
#  define XResizeWindow (*TkintxlibdeclsVptr->V_XResizeWindow)
#endif

#ifndef XRootWindow
#  define XRootWindow (*TkintxlibdeclsVptr->V_XRootWindow)
#endif

#ifndef XSelectInput
#  define XSelectInput (*TkintxlibdeclsVptr->V_XSelectInput)
#endif

#ifndef XSendEvent
#  define XSendEvent (*TkintxlibdeclsVptr->V_XSendEvent)
#endif

#ifndef XSetArcMode
#  define XSetArcMode (*TkintxlibdeclsVptr->V_XSetArcMode)
#endif

#ifndef XSetBackground
#  define XSetBackground (*TkintxlibdeclsVptr->V_XSetBackground)
#endif

#ifndef XSetClipMask
#  define XSetClipMask (*TkintxlibdeclsVptr->V_XSetClipMask)
#endif

#ifndef XSetClipOrigin
#  define XSetClipOrigin (*TkintxlibdeclsVptr->V_XSetClipOrigin)
#endif

#ifndef XSetCommand
#  define XSetCommand (*TkintxlibdeclsVptr->V_XSetCommand)
#endif

#ifndef XSetDashes
#  define XSetDashes (*TkintxlibdeclsVptr->V_XSetDashes)
#endif

#ifndef XSetErrorHandler
#  define XSetErrorHandler (*TkintxlibdeclsVptr->V_XSetErrorHandler)
#endif

#ifndef XSetFillRule
#  define XSetFillRule (*TkintxlibdeclsVptr->V_XSetFillRule)
#endif

#ifndef XSetFillStyle
#  define XSetFillStyle (*TkintxlibdeclsVptr->V_XSetFillStyle)
#endif

#ifndef XSetFont
#  define XSetFont (*TkintxlibdeclsVptr->V_XSetFont)
#endif

#ifndef XSetForeground
#  define XSetForeground (*TkintxlibdeclsVptr->V_XSetForeground)
#endif

#ifndef XSetFunction
#  define XSetFunction (*TkintxlibdeclsVptr->V_XSetFunction)
#endif

#ifndef XSetIconName
#  define XSetIconName (*TkintxlibdeclsVptr->V_XSetIconName)
#endif

#ifndef XSetInputFocus
#  define XSetInputFocus (*TkintxlibdeclsVptr->V_XSetInputFocus)
#endif

#ifndef XSetLineAttributes
#  define XSetLineAttributes (*TkintxlibdeclsVptr->V_XSetLineAttributes)
#endif

#ifndef XSetSelectionOwner
#  define XSetSelectionOwner (*TkintxlibdeclsVptr->V_XSetSelectionOwner)
#endif

#ifndef XSetStipple
#  define XSetStipple (*TkintxlibdeclsVptr->V_XSetStipple)
#endif

#ifndef XSetTSOrigin
#  define XSetTSOrigin (*TkintxlibdeclsVptr->V_XSetTSOrigin)
#endif

#ifndef XSetWMClientMachine
#  define XSetWMClientMachine (*TkintxlibdeclsVptr->V_XSetWMClientMachine)
#endif

#ifndef XSetWindowBackground
#  define XSetWindowBackground (*TkintxlibdeclsVptr->V_XSetWindowBackground)
#endif

#ifndef XSetWindowBackgroundPixmap
#  define XSetWindowBackgroundPixmap (*TkintxlibdeclsVptr->V_XSetWindowBackgroundPixmap)
#endif

#ifndef XSetWindowBorder
#  define XSetWindowBorder (*TkintxlibdeclsVptr->V_XSetWindowBorder)
#endif

#ifndef XSetWindowBorderPixmap
#  define XSetWindowBorderPixmap (*TkintxlibdeclsVptr->V_XSetWindowBorderPixmap)
#endif

#ifndef XSetWindowBorderWidth
#  define XSetWindowBorderWidth (*TkintxlibdeclsVptr->V_XSetWindowBorderWidth)
#endif

#ifndef XSetWindowColormap
#  define XSetWindowColormap (*TkintxlibdeclsVptr->V_XSetWindowColormap)
#endif

#ifndef XStringListToTextProperty
#  define XStringListToTextProperty (*TkintxlibdeclsVptr->V_XStringListToTextProperty)
#endif

#ifndef XStringToKeysym
#  define XStringToKeysym (*TkintxlibdeclsVptr->V_XStringToKeysym)
#endif

#ifndef XTranslateCoordinates
#  define XTranslateCoordinates (*TkintxlibdeclsVptr->V_XTranslateCoordinates)
#endif

#ifndef XUngrabKeyboard
#  define XUngrabKeyboard (*TkintxlibdeclsVptr->V_XUngrabKeyboard)
#endif

#ifndef XUngrabPointer
#  define XUngrabPointer (*TkintxlibdeclsVptr->V_XUngrabPointer)
#endif

#ifndef XUnmapWindow
#  define XUnmapWindow (*TkintxlibdeclsVptr->V_XUnmapWindow)
#endif

#ifndef XWarpPointer
#  define XWarpPointer (*TkintxlibdeclsVptr->V_XWarpPointer)
#endif

#ifndef XWindowEvent
#  define XWindowEvent (*TkintxlibdeclsVptr->V_XWindowEvent)
#endif

#ifndef XWithdrawWindow
#  define XWithdrawWindow (*TkintxlibdeclsVptr->V_XWithdrawWindow)
#endif

#ifndef XmbLookupString
#  define XmbLookupString (*TkintxlibdeclsVptr->V_XmbLookupString)
#endif

#ifndef _XInitImageFuncPtrs
#  define _XInitImageFuncPtrs (*TkintxlibdeclsVptr->V__XInitImageFuncPtrs)
#endif

#endif /* NO_VTABLES */
#endif /* _TKINTXLIBDECLS_VM */