diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-10 01:29:03 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-10 01:29:03 +0000 |
| commit | 1704e639fabee61bcee661ef4ec803a10d8c243f (patch) | |
| tree | b66c675c3c45620ef6232c261add4f69a6030fe1 /ext/tk/lib | |
| parent | 82a95d070ce9b5b517ab51f2fb203d70431fcb3a (diff) | |
| download | ruby-1704e639fabee61bcee661ef4ec803a10d8c243f.tar.gz ruby-1704e639fabee61bcee661ef4ec803a10d8c243f.tar.xz ruby-1704e639fabee61bcee661ef4ec803a10d8c243f.zip | |
* ext/tk/lib/tkextlib/blt/winop.rb: fix typo
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
| -rw-r--r-- | ext/tk/lib/tkextlib/blt/winop.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/lib/tkextlib/blt/winop.rb b/ext/tk/lib/tkextlib/blt/winop.rb index 38656b1da..e371d28ab 100644 --- a/ext/tk/lib/tkextlib/blt/winop.rb +++ b/ext/tk/lib/tkextlib/blt/winop.rb @@ -47,8 +47,8 @@ class << Tk::BLT::Winop def image_snap(win, photo, width=None, height=None) tk_call('::blt::winop', 'image', 'snap', win, photo, width, height) end - def image_subample(src, dest, x, y, width, height, - horiz_filter=None, vert_filter=None) + def image_subsample(src, dest, x, y, width, height, + horiz_filter=None, vert_filter=None) tk_call('::blt::winop', 'image', 'subsample', src, dest, x, y, width, height, horiz_filter, vert_filter) end |
