aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
authorlecoanet1999-12-02 14:20:06 +0000
committerlecoanet1999-12-02 14:20:06 +0000
commit3a402c2ae195749f6e5b5db5a8b5689820aa6a91 (patch)
treed14bf47831e89ca21182f4a3eb81a58dbbcf5736 /Perl/Zinc.pm
parent720f05feb46529172e6d3673987a63e7c4da58d6 (diff)
downloadtkzinc-3a402c2ae195749f6e5b5db5a8b5689820aa6a91.zip
tkzinc-3a402c2ae195749f6e5b5db5a8b5689820aa6a91.tar.gz
tkzinc-3a402c2ae195749f6e5b5db5a8b5689820aa6a91.tar.bz2
tkzinc-3a402c2ae195749f6e5b5db5a8b5689820aa6a91.tar.xz
Mise � jour suite � l'ajout des nouvelles commandes.
Diffstat (limited to 'Perl/Zinc.pm')
-rw-r--r--Perl/Zinc.pm26
1 files changed, 6 insertions, 20 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm
index dfa7d1d..751e14f 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -16,26 +16,12 @@ bootstrap Tk::Radar $Tk::VERSION;
sub Tk_cmd { \&Tk::radar }
-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");
-
-#use Tk::Submethods ( 'create' => [qw(arc bitmap image line oval
-# polygon rectangle text window)],
-# 'scan' => [qw(mark dragto)],
-# 'select' => [qw(from clear item to)],
-# );
-
-# *CanvasBind = \&Tk::bind;
-# *CanvasFocus = \&Tk::focus;
-
-# sub ClassInit
-# {
-# my ($class,$mw) = @_;
-# $mw->XYscrollBind($class);
-# return $class;
-# }
+Tk::Methods("add", "addtag", "anchorxy", "bbox", "bind", "cget",
+ "chggroup", "configure", "currentpart", "dtag", "find",
+ "gettags", "hasanchors", "hasfields", "hasparts", "hastag",
+ "itemcget", "itemconfigure", "lower", "raise", "remove",
+ "rotate", "scale", "tapply", "tdelete", "transform",
+ "translate", "treset", "trestore", "tsave", "type");
1;
__END__