aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
authorlecoanet2006-09-20 12:32:11 +0000
committerlecoanet2006-09-20 12:32:11 +0000
commitcd7351501a5cd83bf0609ff855671f33c99e580d (patch)
tree9d584a18c49b564ef9269f1fd35ea60ed2bea525 /Perl/Zinc.pm
parent654c0eb3f8d8ac65901bc0f64afa961951b34413 (diff)
downloadtkzinc-cd7351501a5cd83bf0609ff855671f33c99e580d.zip
tkzinc-cd7351501a5cd83bf0609ff855671f33c99e580d.tar.gz
tkzinc-cd7351501a5cd83bf0609ff855671f33c99e580d.tar.bz2
tkzinc-cd7351501a5cd83bf0609ff855671f33c99e580d.tar.xz
Added the collapsemotions command.
Diffstat (limited to 'Perl/Zinc.pm')
-rw-r--r--Perl/Zinc.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm
index fa55c55..663ef80 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -27,13 +27,13 @@ sub CreateOptions
}
Tk::Methods("add", "addtag", "anchorxy", "bbox", "becomes", "bind", "cget",
- "chggroup", "clone", "configure", "contour", "coords", "currentpart",
- "cursor", "dchars", "dtag", "find", "fit", "focus", "gdelete", "gettags",
- "gname", "group", "hasanchors", "hasfields", "hastag", "index",
- "insert", "itemcget", "itemconfigure", "lower", "monitor",
- "numparts", "postscript", "raise", "remove", "rotate", "scale",
- "select", "skew", "smooth", "tapply", "tcompose", "tdelete", "tget",
- "transform", "translate", "treset", "trestore", "tsave", "tset",
+ "chggroup", "clone", "collapsemotions", "configure", "contour", "coords",
+ "currentpart", "cursor", "dchars", "dtag", "find", "fit", "focus",
+ "gdelete", "gettags", "gname", "group", "hasanchors", "hasfields",
+ "hastag", "index", "insert", "itemcget", "itemconfigure", "lower",
+ "monitor", "numparts", "postscript", "raise", "remove", "rotate",
+ "scale", "select", "skew", "smooth", "tapply", "tcompose", "tdelete",
+ "tget", "transform", "translate", "treset", "trestore", "tsave", "tset",
"type", "vertexat", "xview", "yview");
## coord0 is a compatibility function usefull for porting old application