aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
authorlecoanet2003-09-30 08:15:13 +0000
committerlecoanet2003-09-30 08:15:13 +0000
commit85e22a84f866e6be5bf9394dcc09ba7b31b21803 (patch)
tree4cc0ad48908d2bc06668d36896c9ff89a50a7a1e /Perl/Zinc.pm
parent9246155534f3aa1bdd06545b3a3fbed8c687d3b4 (diff)
downloadtkzinc-85e22a84f866e6be5bf9394dcc09ba7b31b21803.zip
tkzinc-85e22a84f866e6be5bf9394dcc09ba7b31b21803.tar.gz
tkzinc-85e22a84f866e6be5bf9394dcc09ba7b31b21803.tar.bz2
tkzinc-85e22a84f866e6be5bf9394dcc09ba7b31b21803.tar.xz
Added the xview and yview methods.
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 19e09ce..03c3914 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -33,7 +33,7 @@ Tk::Methods("add", "addtag", "anchorxy", "bbox", "becomes", "bind", "cget",
"insert", "itemcget", "itemconfigure", "lower", "monitor",
"numparts", "postscript", "raise", "remove", "rotate", "scale",
"select", "smooth", "tapply", "tdelete", "transform", "translate",
- "treset", "trestore", "tsave", "type", "vertexat");
+ "treset", "trestore", "tsave", "type", "vertexat", "xview", "yview");
## coord0 is a compatibility function usefull for porting old application
## previously running with Tk::Zinc V <= 3.2.6a