Zinc, an advanced scriptable Canvas.
The 3.3.4 Reference Manual.
[CENA technical Note NT03-532]
Patrick Lecoanet, Christophe Mertz
12 September 2006
1
Introduction
1.1
What is TkZinc ?
1.2
Differences with previous versions
1.2.1
Differences between 3.3 and 3.2.97 release
1.2.2
Differences between 3.2.97 and 3.2.6 release
1.3
Where can I find TkZinc and documentation ?
1.4
What is this document about ?
1.5
Copyright and License
1.6
Authors and credits
1.7
How can I find help with TkZinc
1.8
How may I contribute to TkZinc development
2
Widget creation and options
3
Groups, Display lists, Clipping and Transformations
3.1
The root group and the item tree
3.2
Attributes composed with children
3.3
Atomic groups
3.4
Display order and display lists
3.5
Event sensitivity
3.6
Transformations
3.7
Clipping and groups
4
Item ids, tags and indices
4.1
Item ids
4.2
Tags
4.3
PathTags
4.4
Tags and bindings
4.5
Text indices
5
Widget commands
5.1
Categories of commands
5.2
Commands by alphabetical order
5.2.1
add
5.2.2
addtag
5.2.3
anchorxy
5.2.4
bbox
5.2.5
becomes
5.2.6
bind
5.2.7
cget
5.2.8
chggroup
5.2.9
clone
5.2.10
collapsemotions
5.2.11
configure
5.2.12
contour
5.2.13
coords
5.2.14
currentpart
5.2.15
cursor
5.2.16
dchars
5.2.17
dtag
5.2.18
find
5.2.19
fit
5.2.20
focus
5.2.21
gdelete
5.2.22
gettags
5.2.23
gname
5.2.24
group
5.2.25
hasanchors
5.2.26
hasfields
5.2.27
hastag
5.2.28
index
5.2.29
insert
5.2.30
itemcget
5.2.31
itemconfigure
5.2.32
lower
5.2.33
monitor
5.2.34
numparts
5.2.35
postscript
5.2.36
raise
5.2.37
remove
5.2.38
rotate
5.2.39
scale
5.2.40
select
5.2.41
skew
5.2.42
smooth
5.2.43
tapply
5.2.44
tcompose
5.2.45
tdelete
5.2.46
tget
5.2.47
transform
5.2.48
translate
5.2.49
treset
5.2.50
trestore
5.2.51
tsave
5.2.52
tset
5.2.53
type
5.2.54
vertexat
6
Item types
6.1
Group items
6.2
Track items
6.3
WayPoint items
6.4
Tabular items
6.5
Text items
6.6
Icon items
6.7
Reticle items
6.8
Map items
6.9
Rectangle items
6.10
Arc items
6.11
Curve items
6.12
Triangles items
6.13
Window items
7
Labels, label formats and fields
7.1
Labels and labelformats
7.2
Attributes for fields
8
Attribute types
9
The mapinfo related commands
9.1
The mapinfo command
9.2
The videomap command
10
Other resources provided by the widget
10.1
Bitmaps
10.2
Tk::Zinc::Debug Perl module
10.3
Tracing TkZinc methods call in Perl/Tk
10.3.1
Tracking Perl/Tk script errors
10.3.2
Tracking TkZinc segfaults in Perl/Tk
10.4
zinc-demos
10.5
Tk::Zinc::Graphics Perl module
10.6
Tk::Zinc::Text Perl module
10.7
C api for adding new items
10.8
C++ api to TkZinc