summaryrefslogtreecommitdiffstats
path: root/doc/manual.txt
blob: 4c1de94ba4f65c597c9c7a90c0c9de86a06da600 (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
C -- column
E -- element
I -- item
S -- style
T -- treectrl

==========

T activate I

T canvasx $x

T canvasy $y

T cget $option

T collapse I ...

T column XXX
	T column bbox C

	T column cget C $option

	T column configure C
	T column configure C $option
	T column configure C $option $value ...
		-arrow
		-arrowside
		-arrowgravity
		-arrowpad
		-bitmap
		-border
		-borderwidth
		-button
		-expand
		-font
		-image
		-imagepadx
		-imagepady
		-itembackground
		-justify
		-minwidth
		-relief
		-stepwidth
		-sunken
		-tag
		-text
		-textcolor
		-textpadx
		-textpady
		-width
		-visible
		-widthhack

	T column delete C

	T column index C

	T column move C C

	T column neededwidth C

	T column width C

T compare I $op I
	$op "<", "<=", "==", ">=", ">", "!="

T configure
T configure $option
T configure $option $value ...
	-background
	-backgroundmode
	-borderwidth
	-buttoncolor
	-buttonsize
	-buttonthickness
	-closedbuttonbitmap
	-closedbuttonimage
	-columnproxy
	-cursor
	-doublebuffer
	-font
	-foreground
	-height
	-highlightbackground
	-highlightcolor
	-highlightthickness
	-indent
	-itemheight
	-linecolor
	-linestyle
	-linethickness
	-openbuttonbitmap
	-openbuttonimage
	-orient
	-relief
	-scrollmargin
	-selectmode
	-showbuttons
	-showheader
	-showlines
	-showroot
	-showrootbutton
	-takefocus
	-treecolumn
	-width
	-wrap
	-xscrollcommand
	-xscrolldelay
	-xscrollincrement
	-yscrollcommand
	-yscrolldelay
	-yscrollincrement

T contentbox

T debug XXX
	T debug cget $option

	T debug configure
	T debug configure $option
	T debug configure $option $value ...
		-displaydelay
		-data
		-display
		-enable
		-erasecolor

	T debug dinfo

	T debug scroll

T depth
T depth I

T dragimage XXX
	T dragimage add I
	T dragimage add I C
	T dragimage add I C E ...

	T dragimage cget $option

	T dragimage clear
	
	T dragimage configure
	T dragimage configure $option
	T dragimage configure $option $value ...

	T dragimage offset
	T dragimage offset $x $y

	T dragimage visible
	T dragimage visible $boolean

T element XXX
	T element cget E $option

	T element configure E
	T element configure E $option
	T element configure E $option $value ...

	--- bitmap ---
		-background
		-bitmap
		-foreground

	--- border ---
		-background
		-filled
		-height
		-relief
		-thickness
		-width

	--- image ---
		-height
		-image
		-width

	--- rect ---
		-fill
		-height
		-open
		-outline
		-outlinewidth
		-showfocus
		-width

	--- text ---
		-data
		-datatype
		-format
		-fill
		-font
		-justify
		-lines
		-text
		-width
		-wrap

	T element create $name $type $option $value ...

	T element delete E ...

	T element names

	T element type E

T expand I ...

T identify $x $y

T index I

T item XXX
	T item ancestors I

	T item bbox I

	T item children I

	T item complex I {{E $option $value ...} ...} {{E $option $value ...} ...}

	T item create

	T item delete I
	T item delete I I

	T item dump I

	T item element XXX
		T item element actual I C E $option

		T item element cget I C E $option

		T item element configure I C E
		T item element configure I C E $option
		T item element configure I C E $option $value ...

	T item hasbutton I
	T item hasbutton I $boolean

	T item firstchild I
	T item firstchild I I

	T item lastchild I
	T item lastchild I I

	T item nextsibling I
	T item nextsibling I I

	T item numchildren I

	T item index I

	T item isancestor I I

	T item parent I

	T item prevsibling I
	T item prevsibling I I

	T item remove I

	T item rnc I

	T item sort I $option $value ...
		-first I (default firstchild)
		-last I (default lastchild)
		-command $cmd
		-dictionary
		-integer
		-real
		-increasing
		-decreasing
		-column C (default 0)
		-element E (default first "text")

	T item state get I
	T item state get I $state
	T item state set I $stateDesc
	T item state set I I $stateDesc

	T item style XXX
		T item style elements I C

		T item style map I C S {E E ...}

		T item style set I
		T item style set I C
		T item style set I C S ...

	T item text I C
	T item text I C $text

T marquee XXX
	T marquee anchor
	T marquee anchor $x $y

	T marquee cget $option

	T marquee configure
	T marquee configure $option
	T marquee configure $option $value ...

	T marquee coords
	T marquee coords $x $y $x $y

	T marquee corner
	T marquee corner $x $y

	T marquee identify

	T marquee visible
	T marquee visible $boolean

T notify XXX
	T notify bind
	T notify bind $object
	T notify bind $object $pattern
	T notify bind $object $pattern $script

	T notify configure $object $pattern $option $value ...
		-active

	T notify detailnames $eventName

	T notify eventnames

	T notify generate $pattern
	T notify generate $pattern $charMap

	T notify install event $eventName
	T notify install event $eventName $percentsCmd

	T notify install detail $eventName $detailName
	T notify install detail $eventName $detailName $percentsCmd

	T notify linkage $eventName
	T notify linkage $eventName $detailName

	T notify uninstall event $eventName

	T notify uninstall detail $eventName $detailName

T numcolumns

T numitems

T orphans

T range I I

T see I

T selection XXX
	T selection add I
	T selection add I I

	T selection anchor
	T selection anchor I

	T selection clear
	T selection clear I
	T selection clear I I

	T selection count

	T selection get

	T selection includes I

	T selection modify $select $deselect

T state XXX
	T state define $stateName

	T state undefine $stateName

	T state linkage $stateName

	T state names

T style XXX
	T style cget S $option

	T style configure S
	T style configure S $option
	T style configure S $option $value ...
		-orient

	T style create $name $option $value ...

	T style delete S ...

	T style elements S
	T style elements S {E ...}

	T style layout S E
	T style layout S E $option $value ...
		-pad
		-pady
		-ipadx
		-ipady
		-expand
		-iexpand
		-detach
		-squeeze
		-union

	T style names

T toggle I ...

T xview XXX
	T xview

	T xview moveto $fraction

	T xview scroll $number pages

	T xview scroll $number units

T yview XXX
	T yview

	T yview moveto $fraction

	T yview scroll $number pages

	T yview scroll $number units