zinc - Enhanced Canvas widget
Description
TkZinc widgets are very similar to Tk Canvases in that they
support structured graphics. Like the Canvas, TkZinc implements
items used to display graphical entities. Those items can
be manipulated and bindings can be associated with them to
implement interaction behaviors. But unlike the Canvas, TkZinc
can structure the items in a hierarchy (with the use of group
items), has support for affine 2D transforms (i.e. translation,
scaling, and rotation), clipping can be set for sub-trees of the
item hierarchy, the item set is quite more powerful including
field specific items for Air Traffic systems and new rendering
techniques such as transparency and gradients. If needed,
it is also possible to extend the item set in an additionnal
dynamic library through the use of a C api.
Information
Releases
Version | Date | Announce |
---|
3.2.98 | 2004-05-14 | |
3.3 | 2004-10-06 | |
3.3.2 | 2005-06-17 | |
3.3.3 | 2006-04-01 | |