diff options
Diffstat (limited to 'Perl/Zinc.pm')
-rw-r--r-- | Perl/Zinc.pm | 2 |
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"); |