aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
authorlecoanet2000-05-12 08:56:17 +0000
committerlecoanet2000-05-12 08:56:17 +0000
commit115089811374191cbbe3c5752502621b9c972ecb (patch)
tree00e2b14f291f259523f0412fb3b325161b1e1ee9 /Perl/Zinc.pm
parent2a14b7731b7868f8c9953145a9c04a9d7966b1db (diff)
downloadtkzinc-115089811374191cbbe3c5752502621b9c972ecb.zip
tkzinc-115089811374191cbbe3c5752502621b9c972ecb.tar.gz
tkzinc-115089811374191cbbe3c5752502621b9c972ecb.tar.bz2
tkzinc-115089811374191cbbe3c5752502621b9c972ecb.tar.xz
Mise � jour des fonctions disponibles.
Diffstat (limited to 'Perl/Zinc.pm')
-rw-r--r--Perl/Zinc.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm
index 46a10d1..34251ed 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -17,10 +17,10 @@ bootstrap Tk::Zinc $Tk::VERSION;
sub Tk_cmd { \&Tk::zinc }
Tk::Methods("add", "addtag", "anchorxy", "bbox", "becomes", "bind", "cget",
- "chggroup", "clone", "configure", "coords", "currentpart", "dtag", "find",
- "gettags", "group", "hasanchors", "hasfields", "hasparts", "hastag",
- "itemcget", "itemconfigure", "lower", "monitor", "raise", "remove",
- "rotate", "scale", "tdelete", "transform",
+ "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");
1;