aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
authorlecoanet2003-12-11 08:00:53 +0000
committerlecoanet2003-12-11 08:00:53 +0000
commit26fd9a1a35c112793055a68a3043e06d375004bc (patch)
tree0bebb1b836e957fb15292f562226630e3a292099 /Perl/Zinc.pm
parente7ba7fe00e0a6b27b613ae4c8b4b9df161b4b24f (diff)
downloadtkzinc-26fd9a1a35c112793055a68a3043e06d375004bc.zip
tkzinc-26fd9a1a35c112793055a68a3043e06d375004bc.tar.gz
tkzinc-26fd9a1a35c112793055a68a3043e06d375004bc.tar.bz2
tkzinc-26fd9a1a35c112793055a68a3043e06d375004bc.tar.xz
* Added the skew, tcompose and tset methods
Diffstat (limited to 'Perl/Zinc.pm')
-rw-r--r--Perl/Zinc.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm
index d413313..e3d871e 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -32,8 +32,9 @@ Tk::Methods("add", "addtag", "anchorxy", "bbox", "becomes", "bind", "cget",
"gname", "group", "hasanchors", "hasfields", "hastag", "index",
"insert", "itemcget", "itemconfigure", "lower", "monitor",
"numparts", "postscript", "raise", "remove", "rotate", "scale",
- "select", "smooth", "tapply", "tdelete", "transform", "translate",
- "treset", "trestore", "tsave", "type", "vertexat", "xview", "yview");
+ "select", "skew", "smooth", "tapply", "tcompose", "tdelete", "transform",
+ "translate", "treset", "trestore", "tsave", "tset", "type", "vertexat",
+ "xview", "yview");
## coord0 is a compatibility function usefull for porting old application
## previously running with Tk::Zinc V <= 3.2.6a