* ext/tk/lib/tkextlib/blt/winop.rb: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e2a0e0faae
commit
3d8229b126
@ -1,3 +1,7 @@
|
|||||||
|
2005-05-10 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
|
* lib/tkextlib/blt/winop.rb: fix typo
|
||||||
|
|
||||||
2005-05-08 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
2005-05-08 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* lib/tkextlib/vu/pie.rb: fix typo
|
* lib/tkextlib/vu/pie.rb: fix typo
|
||||||
|
@ -47,7 +47,7 @@ class << Tk::BLT::Winop
|
|||||||
def image_snap(win, photo, width=None, height=None)
|
def image_snap(win, photo, width=None, height=None)
|
||||||
tk_call('::blt::winop', 'image', 'snap', win, photo, width, height)
|
tk_call('::blt::winop', 'image', 'snap', win, photo, width, height)
|
||||||
end
|
end
|
||||||
def image_subample(src, dest, x, y, width, height,
|
def image_subsample(src, dest, x, y, width, height,
|
||||||
horiz_filter=None, vert_filter=None)
|
horiz_filter=None, vert_filter=None)
|
||||||
tk_call('::blt::winop', 'image', 'subsample',
|
tk_call('::blt::winop', 'image', 'subsample',
|
||||||
src, dest, x, y, width, height, horiz_filter, vert_filter)
|
src, dest, x, y, width, height, horiz_filter, vert_filter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user