aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
authorlecoanet1999-06-04 13:08:05 +0000
committerlecoanet1999-06-04 13:08:05 +0000
commite33c1e9ad454943d01dfb0d5eefdb662680c2f0a (patch)
tree499d1834bdd8c9de9d8e76f6b01d2465dbc526ef /Perl/Zinc.pm
parente1d590bc1d46ba440d667033fac59182ea0a90cf (diff)
downloadtkzinc-e33c1e9ad454943d01dfb0d5eefdb662680c2f0a.zip
tkzinc-e33c1e9ad454943d01dfb0d5eefdb662680c2f0a.tar.gz
tkzinc-e33c1e9ad454943d01dfb0d5eefdb662680c2f0a.tar.bz2
tkzinc-e33c1e9ad454943d01dfb0d5eefdb662680c2f0a.tar.xz
Changement de la commande class en type.
Diffstat (limited to 'Perl/Zinc.pm')
-rw-r--r--Perl/Zinc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm
index 7b1a9db..dfa7d1d 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -16,7 +16,7 @@ bootstrap Tk::Radar $Tk::VERSION;
sub Tk_cmd { \&Tk::radar }
-Tk::Methods("add","addtag","bbox","bind","class","cget","configure","currentpart",
+Tk::Methods("add","addtag","bbox","bind","type","cget","configure","currentpart",
"dtag","find","gettags","hasfields","hasparts","hastag","itemcget",
"itemconfigure","lower","overlapmethod","raise","remove","scale",
"translate","worldcoords");