aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
authorlecoanet2000-05-26 08:16:31 +0000
committerlecoanet2000-05-26 08:16:31 +0000
commit626eb0df82d3009ad6a70f6c8edfe340c865890f (patch)
tree2289245767e3a1de839c9131438e77f7fff4d446 /Perl/Zinc.pm
parent2c3048c1a7e56fc215b9e8b5e9c4fbeef4ea7ead (diff)
downloadtkzinc-626eb0df82d3009ad6a70f6c8edfe340c865890f.zip
tkzinc-626eb0df82d3009ad6a70f6c8edfe340c865890f.tar.gz
tkzinc-626eb0df82d3009ad6a70f6c8edfe340c865890f.tar.bz2
tkzinc-626eb0df82d3009ad6a70f6c8edfe340c865890f.tar.xz
Ajout des nouvelles commandes
Diffstat (limited to 'Perl/Zinc.pm')
-rw-r--r--Perl/Zinc.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm
index 34251ed..703da13 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -18,10 +18,11 @@ sub Tk_cmd { \&Tk::zinc }
Tk::Methods("add", "addtag", "anchorxy", "bbox", "becomes", "bind", "cget",
"chggroup", "clone", "configure", "contour", "coords", "currentpart",
- "dtag", "find", "fit", "gettags", "group", "hasanchors", "hasfields",
- "hasparts", "hastag", "itemcget", "itemconfigure", "lower", "monitor",
- "raise", "remove", "rotate", "scale", "SMOOTH", "tdelete", "transform",
- "translate", "treset", "trestore", "tsave", "type");
+ "cursor", "dchars", "dtag", "find", "fit", "focus", "gettags",
+ "group", "hasanchors", "hasfields", "hasparts", "hastag", "index",
+ "insert", "itemcget", "itemconfigure", "lower", "monitor",
+ "raise", "remove", "rotate", "scale", "select", "smooth", "tdelete",
+ "transform", "translate", "treset", "trestore", "tsave", "type");
1;
__END__