Browse code

add tcl language support for the hinter (uses tcl hinter instead of C hinter if first line starts with # and has tclsh, wish or expect)

Dario Rodriguez authored on 21/02/2022 19:05:43
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,570 @@
1
+after cancel|after cancel id
2
+after idle|after idle script ?script script ...?
3
+after info|after info ?id?
4
+after|after: cancel idle info
5
+append|append varName ?value value value ...?
6
+apply|apply func ?arg1 arg2 ...?
7
+array anymore|array anymore arrayName searchId
8
+array donesearch|array donesearch arrayName searchId
9
+array exists|array exists arrayName
10
+array get|array get arrayName ?pattern?
11
+array names|array names arrayName ?mode? ?pattern?
12
+array nextelement|array nextelement arrayName searchId
13
+array set|array set arrayName list
14
+array size|array size arrayName
15
+array startsearch|array startsearch arrayName
16
+array statistics|array statistics arrayName
17
+array unset|array unset arrayName ?pattern?
18
+array|array: anymore donesearch exists get names nextelement set size startsearch statistics unset
19
+bell|bell ?-displayof window? ?-nice?
20
+bgerror|bgerror message
21
+bigfloat|fromstr number ?trailingZeros?
22
+binary|binary format formatString ?arg arg ...?
23
+bind|bind tag ?sequence? ?+??script?
24
+bindtags|bindtags window ?tagList?
25
+bitmap|image create bitmap ?name? ?options?
26
+break|break
27
+button|button pathName ?options?
28
+canvas|canvas pathName ?options?
29
+case|case string ?in? patList body ?patList body ...?
30
+catch|catch script ?resultVarName? ?optionsVarName?
31
+cd|cd ?dirName?
32
+chan blocked|chan blocked channelId
33
+chan close|chan close channelId
34
+chan configure|chan configure channelId ?optionName? ?value? ?optionName value?...
35
+chan copy|chan copy inputChan outputChan ?-size size? ?-command callback?
36
+chan create|chan create mode cmdPrefix
37
+chan eof|chan eof channelId
38
+chan event|chan event channelId event ?script?
39
+chan flush|chan flush channelId
40
+chan gets|chan gets channelId ?varName?
41
+chan names|chan names ?pattern?
42
+chan pending|chan pending mode channelId
43
+chan postevent|chan postevent channelId eventSpec
44
+chan puts|chan puts ?-nonewline? ?channelId? string
45
+chan read|chan read channelId ?numChars?
46
+chan seek|chan seek channelId offset ?origin?
47
+chan tell|chan tell channelId
48
+chan truncate|chan truncate channelId ?length?
49
+chan|chan: blocked close configure copy create eof event flush gets names pending postevent puts read seek tell truncate
50
+checkbutton|checkbutton pathName ?options?
51
+clipboard clear|clipboard clear ?-displayof window?
52
+clipboard append|clipboard append ?-displayof window? ?-format format? ?-type type? ?-|-? data
53
+clipboard get|clipboard get ?-displayof window? ?-type type?
54
+clipboard|clipboard: clear append get
55
+clock add|clock add timeVal ?count unit...? ?-option value?
56
+clock clicks|clock clicks ?-option?
57
+clock format|clock format timeVal ?-option value...?
58
+clock microseconds|clock microseconds
59
+clock milliseconds|clock milliseconds
60
+clock scan|clock scan inputString ?-option value...?
61
+clock seconds|clock seconds
62
+clock|clock: add clicks format microseconds milliseconds scan seconds
63
+close|close channelId
64
+concat|concat ?arg arg ...?
65
+connect|transfer::connect objectName ?options...?
66
+console eval|console eval script
67
+console hide|console hide
68
+console show|console show
69
+console title|console title ?string?
70
+console|console: eval hide show title
71
+continue|continue
72
+control|control::control command option ?arg arg ...?
73
+copyops|transfer::copy::do chan|string data outchannel ?options...?
74
+dde servername|dde servername ?-force? ?-handler proc? ?-|-? ?topic?
75
+dde execute|dde execute ?-async? service topic data
76
+dde poke|dde poke service topic item data
77
+dde request|dde request ?-binary? service topic item
78
+dde services|dde services service topic
79
+dde eval|dde eval ?-async? topic cmd ?arg arg ...?
80
+dde|dde: servername execute poke request services eval
81
+ddest|transfer::data::destination objectName ?options...?
82
+debug|debug.tag message ?level?
83
+destroy|destroy ?window window ...?
84
+dict append|dict append dictionaryVariable key ?string ...?
85
+dict create|dict create ?key value ...?
86
+dict exists|dict exists dictionaryValue key ?key ...?
87
+dict filter|dict filter dictionaryValue filterType arg ?arg ...?
88
+dict for|dict for {keyVar valueVar} dictionaryValue body
89
+dict get|dict get dictionaryValue ?key ...?
90
+dict incr|dict incr dictionaryVariable key ?increment?
91
+dict info|dict info dictionaryValue
92
+dict keys|dict keys dictionaryValue ?globPattern?
93
+dict lappend|dict lappend dictionaryVariable key ?value ...?
94
+dict merge|dict merge ?dictionaryValue ...?
95
+dict remove|dict remove dictionaryValue ?key ...?
96
+dict replace|dict replace dictionaryValue ?key value ...?
97
+dict set|dict set dictionaryVariable key ?key ...? value
98
+dict size|dict size dictionaryValue
99
+dict unset|dict unset dictionaryVariable key ?key ...?
100
+dict update|dict update dictionaryVariable key varName ?key varName ...? body
101
+dict values|dict values dictionaryValue ?globPattern?
102
+dict with|dict with dictionaryVariable ?key ...? body
103
+dict|dict: append create exists filter for get incr info keys lappend merge remove replace set size unset update values with
104
+dicttool|ladd varname args
105
+docstrip|docstrip::extract text terminals ?option value ...?
106
+dsource|transfer::data::source objectName ?options...?
107
+ean13|valtype::gs1::ean13 validate value
108
+encoding convertfrom|encoding convertfrom ?encoding? data
109
+encoding convertto|encoding convertto ?encoding? string
110
+encoding dirs|encoding dirs ?directoryList?
111
+encoding names|encoding names
112
+encoding system|encoding system ?encoding?
113
+encoding|encoding: convertfrom convertto dirs names system
114
+entry|entry pathName ?options?
115
+eof|eof channelId
116
+error|error message ?info? ?code?
117
+eval|eval arg ?arg ...?
118
+event add|event add <<virtual>> sequence ?sequence ...?
119
+event delete|event delete <<virtual>> ?sequence sequence ...?
120
+event generate|event generate window event ?option value option value ...?
121
+event info|event info ?<<virtual>>?
122
+event|event: add delete generate info
123
+exec|exec ?switches? arg ?arg ...?
124
+exit|exit ?returnCode?
125
+fblocked|fblocked channelId
126
+fconfigure|fconfigure channelId name value ?name value ...?
127
+fcopy|fcopy inchan outchan ?-size size? ?-command callback?
128
+file atime|file atime name ?time?
129
+file attributes|file attributes name
130
+file channels|file channels ?pattern?
131
+file copy|file copy ?-force? ?-|-? source target
132
+file copy ?-force? ?-|-? source ?source ...? targetDir
133
+file delete|file delete ?-force? ?-|-? pathname ?pathname ... ?
134
+file dirname|file dirname name
135
+file executable|file executable name
136
+file exists|file exists name
137
+file extension|file extension name
138
+file isdirectory|file isdirectory name
139
+file isfile|file isfile name
140
+file join|file join name ?name ...?
141
+file link|file link ?-linktype? linkName ?target?
142
+file lstat|file lstat name varName
143
+file mkdir|file mkdir dir ?dir ...?
144
+file mtime|file mtime name ?time?
145
+file nativename|file nativename name
146
+file normalize|file normalize name
147
+file owned|file owned name
148
+file pathtype|file pathtype name
149
+file readable|file readable name
150
+file readlink|file readlink name
151
+file rename|file rename ?-force? ?-|-? source target
152
+file rename ?-force? ?-|-? source ?source ...? targetDir
153
+file rootname|file rootname name
154
+file separator|file separator ?name?
155
+file size|file size name
156
+file split|file split name
157
+file stat|file stat name varName
158
+file system|file system name
159
+file tail|file tail name
160
+file type|file type name
161
+file volumes|file volumes
162
+file writable|file writable name
163
+file|file: atime attributes channels copy delete dirname executable exists extension isdirectory isfile join link lstat mkdir mtime nativename normalize owned pathtype readable readlink rename rootname separator size split stat system tail type volumes writable
164
+fileevent|fileevent channelId readable ?script?
165
+flush|flush channelId
166
+focus|focus
167
+font actual|font actual font ?-displayof window? ?option? ?-|-? ?char?
168
+font configure|font configure fontname ?option? ?value option value ...?
169
+font create|font create ?fontname? ?option value ...?
170
+font delete|font delete fontname ?fontname ...?
171
+font families|font families ?-displayof window?
172
+font measure|font measure font ?-displayof window? text
173
+font metrics|font metrics font ?-displayof window? ?option?
174
+font names|font names
175
+font|font: actual configure create delete families measure metrics names
176
+for|for start test next body
177
+foreach|foreach varname list body
178
+format|format formatString ?arg arg ...?
179
+frame|frame pathName ?options?
180
+generator|generator define name params body
181
+gets|gets channelId ?varName?
182
+glob|glob ?switches? pattern ?pattern ...?
183
+global|global varname ?varname ...?
184
+grab current|grab current ?window?
185
+grab release|grab release window
186
+grab set|grab set ?-global? window
187
+grab status|grab status window
188
+grab|grab: current release set status
189
+graph1|graphName option ?arg arg ...?
190
+graphops|struct::graph::op::toAdjacencyMatrix g
191
+grid anchor|grid anchor master ?anchor?
192
+grid bbox|grid bbox master ?column row? ?column2 row2?
193
+grid columnconfigure|grid columnconfigure master index ?-option value...?
194
+grid configure|grid configure slave ?slave ...? ?options?
195
+grid forget|grid forget slave ?slave ...?
196
+grid info|grid info slave
197
+grid location|grid location master x y
198
+grid propagate|grid propagate master ?boolean?
199
+grid rowconfigure|grid rowconfigure master index ?-option value...?
200
+grid remove|grid remove slave ?slave ...?
201
+grid size|grid size master
202
+grid slaves|grid slaves master ?-option value?
203
+grid|grid: anchor bbox columnconfigure configure forget info location propagate rowconfigure remove size slaves
204
+history add|history add command ?exec?
205
+history change|history change newValue ?event?
206
+history clear|history clear
207
+history event|history event ?event?
208
+history info|history info ?count?
209
+history keep|history keep ?count?
210
+history nextid|history nextid
211
+history redo|history redo ?event?
212
+history|history: add change clear event info keep nextid redo
213
+huddle create|huddle create key value ?key value ...?
214
+huddle list|huddle list ?value value ...?
215
+huddle number|huddle number number
216
+huddle string|huddle string string
217
+huddle boolean|huddle boolean expression to evaluate as true or false
218
+huddle true|huddle true
219
+huddle false|huddle false
220
+huddle null|huddle null
221
+huddle get|huddle get object key ?key ...?
222
+huddle gets|huddle gets object key ?key ...?
223
+huddle set|huddle set objectVar key ?key ...? value
224
+huddle remove|huddle remove object key ?key ...?
225
+huddle combine|huddle combine object1 object2 ?object3 ...?
226
+huddle equal|huddle equal object1 object2
227
+huddle append|huddle append objectVar key value ?key value ...?
228
+huddle keys|huddle keys object
229
+huddle llength|huddle llength object
230
+huddle type|huddle type object ?key key...?
231
+huddle strip|huddle strip object
232
+huddle jsondump|huddle jsondump object ?offset? ?newline? ?begin_offset?
233
+huddle compile|huddle compile spec data
234
+huddle isHuddle|huddle isHuddle object
235
+huddle checkHuddle|huddle checkHuddle object
236
+huddle to_node|huddle to_node object ?tag?
237
+huddle wrap|huddle wrap tag src
238
+huddle call|huddle call tag command args
239
+huddle addType|huddle addType callback
240
+huddle|huddle: create list number string boolean true false null get gets set remove combine equal append keys llength type strip jsondump compile isHuddle checkHuddle to_node wrap call addType
241
+iban|valtype::iban validate value
242
+if|if expr1 ?then? body1 elseif expr2 ?then? body2 elseif ... ?else? ?bodyN?
243
+image create|image create type ?name? ?option value ...?
244
+image delete|image delete ?name name ...?
245
+image height|image height name
246
+image inuse|image inuse name
247
+image names|image names
248
+image type|image type name
249
+image types|image types
250
+image width|image width name
251
+image|image: create delete height inuse names type types width
252
+imei|valtype::imei validate value
253
+imenu|term::interact::menu object dict ?options...?
254
+incr|incr varName ?increment?
255
+info args|info args procname
256
+info body|info body procname
257
+info cmdcount|info cmdcount
258
+info commands|info commands ?pattern?
259
+info complete|info complete command
260
+info default|info default procname arg varname
261
+info exists|info exists varName
262
+info frame|info frame ?number?
263
+info functions|info functions ?pattern?
264
+info globals|info globals ?pattern?
265
+info hostname|info hostname
266
+info level|info level ?number?
267
+info library|info library
268
+info loaded|info loaded ?interp?
269
+info locals|info locals ?pattern?
270
+info nameofexecutable|info nameofexecutable
271
+info patchlevel|info patchlevel
272
+info procs|info procs ?pattern?
273
+info script|info script ?filename?
274
+info sharedlibextension|info sharedlibextension
275
+info tclversion|info tclversion
276
+info vars|info vars ?pattern?
277
+info|info: args body cmdcount commands complete default exists frame functions globals hostname level library loaded locals nameofexecutable patchlevel procs script sharedlibextension tclversion vars
278
+ipager|term::interact::pager object text ?options...?
279
+isbn|valtype::isbn validate value
280
+join|join list ?joinString?
281
+label|label pathName ?options?
282
+labelframe|labelframe pathName ?options?
283
+lappend|lappend varName ?value value value ...?
284
+lassign|lassign list varName ?varName ...?
285
+library|auto_execok cmd
286
+lindex|lindex list ?index...?
287
+linsert|linsert list index element ?element element ...?
288
+list|list ?arg arg ...?
289
+listbox|listbox pathName ?options?
290
+llength|llength list
291
+load|load fileName
292
+logger|logger::init service
293
+lower|lower window ?belowThis?
294
+lrange|lrange list first last
295
+lrepeat|lrepeat number element1 ?element2 element3 ...?
296
+lreplace|lreplace list first last ?element element ...?
297
+lreverse|lreverse list
298
+lsearch|lsearch ?options? list pattern
299
+lset|lset varName ?index...? newValue
300
+lsort|lsort ?options? list
301
+luhn|valtype::luhn validate value
302
+luhn5|valtype::luhn5 validate value
303
+machineparameters|machineparameters create objectname ?options...?
304
+matrix1|matrixName option ?arg arg ...?
305
+memory active|memory active file
306
+memory break_on_malloc|memory break_on_malloc count
307
+memory info|memory info
308
+memory init|memory init [on|off]
309
+memory objs|memory objs file
310
+memory onexit|memory onexit file
311
+memory tag|memory tag string
312
+memory trace|memory trace [on|off]
313
+memory trace_on_at_malloc|memory trace_on_at_malloc count
314
+memory validate|memory validate [on|off]
315
+memory|memory: active break_on_malloc info init objs onexit tag trace trace_on_at_malloc validate
316
+menu|menu pathName ?options?
317
+menubutton|menubutton pathName ?options?
318
+message|message pathName ?options?
319
+meta|mymethod method ?arg...?
320
+numtheory|math::numtheory::isprime N ?option value ...?
321
+oometa|oo::meta::info
322
+ooutil|mymethod method ?arg...?
323
+open|open fileName ?access ?permissions??
324
+option|option add pattern value ?priority?
325
+pack configure|pack configure slave ?slave ...? ?options?
326
+pack forget|pack forget slave ?slave ...?
327
+pack info|pack info slave
328
+pack propagate|pack propagate master ?boolean?
329
+pack slaves|pack slaves master
330
+pack|pack: configure forget info propagate slaves
331
+package forget|package forget ?package package ...?
332
+package ifneeded|package ifneeded package version ?script?
333
+package names|package names
334
+package present|package present ?-exact? package ?requirement...?
335
+package provide|package provide package ?version?
336
+package require|package require package ?requirement...?
337
+package unknown|package unknown ?command?
338
+package vcompare|package vcompare version1 version2
339
+package versions|package versions package
340
+package vsatisfies|package vsatisfies version requirement...
341
+package prefer|package prefer ?latest|stable?
342
+package|package: forget ifneeded names present provide require unknown vcompare versions vsatisfies prefer
343
+pack-old|pack after sibling window options ?window options ...?
344
+panedwindow|panedwindow pathName ?options?
345
+parray|auto_execok cmd
346
+photo|image create photo ?name? ?options?
347
+pid|pid ?fileId?
348
+place configure|place configure window ?option? ?value option value ...?
349
+place forget|place forget window
350
+place info|place info window
351
+place slaves|place slaves window
352
+place|place: configure forget info slaves
353
+platform|package require platform ?1.0.4?
354
+platform::shell|package require platform::shell ?1.1.4?
355
+practcl|CPUTS varname body ?body...?
356
+proc|proc name args body
357
+pt|pt generate resultformat ?options...? resultfile inputformat inputfile
358
+puts|puts ?-nonewline? ?channelId? string
359
+pwd|pwd
360
+radiobutton|radiobutton pathName ?options?
361
+raise|raise window ?aboveThis?
362
+read|read ?-nonewline? channelId
363
+receiver|transfer::receiver object ?options...?
364
+record define|record define recordName recordMembers ?instanceName1 instanceName2 ...?
365
+record show|record show record
366
+record exists|record exists record recordName
367
+record delete|record delete record recordName
368
+record|record: define show exists delete
369
+refchan|cmdPrefix option ?arg arg ...?
370
+regexp|regexp ?switches? exp string ?matchVar? ?subMatchVar subMatchVar ...?
371
+registry broadcast|registry broadcast keyName ?-timeout milliseconds?
372
+registry delete|registry delete keyName ?valueName?
373
+registry get|registry get keyName valueName
374
+registry keys|registry keys keyName ?pattern?
375
+registry set|registry set keyName ?valueName data ?type??
376
+registry type|registry type keyName valueName
377
+registry values|registry values keyName ?pattern?
378
+registry|registry: broadcast delete get keys set type values
379
+regsub|regsub ?switches? exp string subSpec ?varName?
380
+rename|rename oldName newName
381
+scale|scale pathName ?options?
382
+scan|scan string format ?varName varName ...?
383
+scrollbar|scrollbar pathName ?options?
384
+seek|seek channelId offset ?origin?
385
+selection clear|selection clear ?-displayof window? ?-selection selection?
386
+selection get|selection get ?-displayof window? ?-selection selection? ?-type type?
387
+selection handle|selection handle ?-selection s? ?-type t? ?-format f? window command
388
+selection own|selection own ?-displayof window? ?-selection selection?
389
+selection|selection: clear get handle own
390
+send|send ?options? app cmd ?arg arg ...?
391
+set|set varName ?value?
392
+skiplist|skiplistName option ?arg arg ...?
393
+socket|socket ?options? host port
394
+source|source fileName
395
+spinbox|spinbox pathName ?options?
396
+split|split string ?splitChars?
397
+string compare|string compare ?-nocase? ?-length int? string1 string2
398
+string equal|string equal ?-nocase? ?-length int? string1 string2
399
+string first|string first needleString haystackString ?startIndex?
400
+string index|string index string charIndex
401
+string is|string is class ?-strict? ?-failindex varname? string
402
+string last|string last needleString haystackString ?lastIndex?
403
+string length|string length string
404
+string map|string map ?-nocase? mapping string
405
+string match|string match ?-nocase? pattern string
406
+string range|string range string first last
407
+string repeat|string repeat string count
408
+string replace|string replace string first last ?newstring?
409
+string reverse|string reverse string
410
+string tolower|string tolower string ?first? ?last?
411
+string totitle|string totitle string ?first? ?last?
412
+string toupper|string toupper string ?first? ?last?
413
+string trim|string trim string ?chars?
414
+string trimleft|string trimleft string ?chars?
415
+string trimright|string trimright string ?chars?
416
+string bytelength|string bytelength string
417
+string wordend|string wordend string charIndex
418
+string wordstart|string wordstart string charIndex
419
+string|string: compare equal first index is last length map match range repeat replace reverse tolower totitle toupper trim trimleft trimright bytelength wordend wordstart
420
+subst|subst ?-nobackslashes? ?-nocommands? ?-novariables? string
421
+switch|switch ?options? string pattern body ?pattern body ...?
422
+switched|<switched> complete this
423
+symdiff|math::calculus::symdiff::symdiff expression variable
424
+tell|tell channelId
425
+text|text pathName ?options?
426
+time|time script ?count?
427
+tk appname|tk appname ?newName?
428
+tk caret|tk caret window ?-x x? ?-y y? ?-height height?
429
+tk scaling|tk scaling ?-displayof window? ?number?
430
+tk inactive|tk inactive ?-displayof window? ?reset?
431
+tk useinputmethods|tk useinputmethods ?-displayof window? ?boolean?
432
+tk windowingsystem|tk windowingsystem
433
+tk|tk: appname caret scaling inactive useinputmethods windowingsystem
434
+tkerror|tkerror message
435
+tkwait|tkwait variable name
436
+toplevel|toplevel pathName ?options?
437
+tqueue|transfer::copy::queue objectName outchannel ?options...?
438
+trace add|trace add type name ops ?args?
439
+trace remove|trace remove type name opList commandPrefix
440
+trace info|trace info type name
441
+trace variable|trace variable name ops command
442
+trace vdelete|trace vdelete name ops command
443
+trace vinfo|trace vinfo name
444
+trace|trace: add remove info variable vdelete vinfo
445
+transmitter|transfer::transmitter objectName ?options...?
446
+treectrl|treectrl pathName ?options?
447
+treeql|treeql objectname -tree tree ?-query query? ?-nodes nodes? ?args...?
448
+ttk::button|ttk::button pathName ?options?
449
+ttk::checkbutton|ttk::checkbutton pathName ?options?
450
+ttk::combobox|ttk::combobox pathName ?options?
451
+ttk::entry|ttk::entry pathName ?options?
452
+ttk::frame|ttk::frame pathName ?options?
453
+ttk::label|ttk::label pathName ?options?
454
+ttk::labelframe|ttk::labelframe pathName ?options?
455
+ttk::menubutton|ttk::menubutton pathName ?options?
456
+ttk::notebook|ttk::notebook pathname ?options...?
457
+ttk::panedwindow|ttk::panedwindow pathname ?options?
458
+ttk::progressbar|ttk::progressbar pathName ?options?
459
+ttk::radiobutton|ttk::radiobutton pathName ?options?
460
+ttk::scale|ttk::scale pathName ?options...?
461
+ttk::scrollbar|ttk::scrollbar pathName ?options...?
462
+ttk::separator|ttk::separator pathName ?options?
463
+ttk::sizegrip|ttk::sizegrip pathName ?options?
464
+ttk::spinbox|ttk::spinbox pathName ?options?
465
+ttk::style configure|ttk::style configure style ?-option ?value option value...? ?
466
+ttk::style map|ttk::style map style ?-option { statespec value... }?
467
+ttk::style lookup|ttk::style lookup style -option ?state ?default??
468
+ttk::style layout|ttk::style layout style ?layoutSpec?
469
+ttk::style element|ttk::style element create elementName type ?args...?
470
+ttk::style theme|ttk::style theme create themeName ?-parent basedon? ?-settings script... ?
471
+ttk::style|ttk::style: configure map lookup layout element theme
472
+ttk::treeview|ttk::treeview pathname ?options?
473
+udp|udp_open ?port? ?reuse? ?ipv6?
474
+unknown|unknown cmdName ?arg arg ...?
475
+unload|unload ?switches? fileName
476
+unset|unset ?-nocomplain? ?--? ?name name name ...?
477
+update|update ?idletasks?
478
+uplevel|uplevel ?level? arg ?arg ...?
479
+upvar|upvar ?level? otherVar myVar ?otherVar myVar ...?
480
+uri|uri::setQuirkOption option ?value?
481
+urn-scheme|uri::urn::quote url
482
+usnpi|valtype::usnpi validate value
483
+variable|variable ?name value...? name ?value?
484
+verhoeff|valtype::verhoeff validate value
485
+vwait|vwait varName
486
+while|while test body
487
+winfo atom|winfo atom ?-displayof window? name
488
+winfo atomname|winfo atomname ?-displayof window? id
489
+winfo cells|winfo cells window
490
+winfo children|winfo children window
491
+winfo class|winfo class window
492
+winfo colormapfull|winfo colormapfull window
493
+winfo containing|winfo containing ?-displayof window? rootX rootY
494
+winfo depth|winfo depth window
495
+winfo exists|winfo exists window
496
+winfo fpixels|winfo fpixels window number
497
+winfo geometry|winfo geometry window
498
+winfo height|winfo height window
499
+winfo id|winfo id window
500
+winfo interps|winfo interps ?-displayof window?
501
+winfo ismapped|winfo ismapped window
502
+winfo manager|winfo manager window
503
+winfo name|winfo name window
504
+winfo parent|winfo parent window
505
+winfo pathname|winfo pathname ?-displayof window? id
506
+winfo pixels|winfo pixels window number
507
+winfo pointerx|winfo pointerx window
508
+winfo pointerxy|winfo pointerxy window
509
+winfo pointery|winfo pointery window
510
+winfo reqheight|winfo reqheight window
511
+winfo reqwidth|winfo reqwidth window
512
+winfo rgb|winfo rgb window color
513
+winfo rootx|winfo rootx window
514
+winfo rooty|winfo rooty window
515
+winfo screen|winfo screen window
516
+winfo screencells|winfo screencells window
517
+winfo screendepth|winfo screendepth window
518
+winfo screenheight|winfo screenheight window
519
+winfo screenmmheight|winfo screenmmheight window
520
+winfo screenmmwidth|winfo screenmmwidth window
521
+winfo screenvisual|winfo screenvisual window
522
+winfo screenwidth|winfo screenwidth window
523
+winfo server|winfo server window
524
+winfo toplevel|winfo toplevel window
525
+winfo viewable|winfo viewable window
526
+winfo visual|winfo visual window
527
+winfo visualid|winfo visualid window
528
+winfo visualsavailable|winfo visualsavailable window ?includeids?
529
+winfo vrootheight|winfo vrootheight window
530
+winfo vrootwidth|winfo vrootwidth window
531
+winfo vrootx|winfo vrootx window
532
+winfo vrooty|winfo vrooty window
533
+winfo width|winfo width window
534
+winfo x|winfo x window
535
+winfo y|winfo y window
536
+winfo|winfo: atom atomname cells children class colormapfull containing depth exists fpixels geometry height id interps ismapped manager name parent pathname pixels pointerx pointerxy pointery reqheight reqwidth rgb rootx rooty screen screencells screendepth screenheight screenmmheight screenmmwidth screenvisual screenwidth server toplevel viewable visual visualid visualsavailable vrootheight vrootwidth vrootx vrooty width x y
537
+wm aspect|wm aspect window ?minNumer minDenom maxNumer maxDenom?
538
+wm attributes|wm attributes window
539
+wm client|wm client window ?name?
540
+wm colormapwindows|wm colormapwindows window ?windowList?
541
+wm command|wm command window ?value?
542
+wm deiconify|wm deiconify window
543
+wm focusmodel|wm focusmodel window ?active|passive?
544
+wm forget|wm forget window
545
+wm frame|wm frame window
546
+wm geometry|wm geometry window ?newGeometry?
547
+wm grid|wm grid window ?baseWidth baseHeight widthInc heightInc?
548
+wm group|wm group window ?pathName?
549
+wm iconbitmap|wm iconbitmap window ?bitmap?
550
+wm iconify|wm iconify window
551
+wm iconmask|wm iconmask window ?bitmap?
552
+wm iconname|wm iconname window ?newName?
553
+wm iconphoto|wm iconphoto window ?-default? image1 ?image2 ...?
554
+wm iconposition|wm iconposition window ?x y?
555
+wm iconwindow|wm iconwindow window ?pathName?
556
+wm manage|wm manage widget
557
+wm maxsize|wm maxsize window ?width height?
558
+wm minsize|wm minsize window ?width height?
559
+wm overrideredirect|wm overrideredirect window ?boolean?
560
+wm positionfrom|wm positionfrom window ?who?
561
+wm protocol|wm protocol window ?name? ?command?
562
+wm resizable|wm resizable window ?width height?
563
+wm sizefrom|wm sizefrom window ?who?
564
+wm stackorder|wm stackorder window ?isabove|isbelow window?
565
+wm state|wm state window ?newstate?
566
+wm title|wm title window ?string?
567
+wm transient|wm transient window ?master?
568
+wm withdraw|wm withdraw window
569
+wm|wm: aspect attributes client colormapwindows command deiconify focusmodel forget frame geometry grid group iconbitmap iconify iconmask iconname iconphoto iconposition iconwindow manage maxsize minsize overrideredirect positionfrom protocol resizable sizefrom stackorder state title transient withdraw
570
+xsxp|xsxp::parse xml