mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
000623
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dc074ec107
commit
0fffabe197
3 changed files with 4 additions and 13 deletions
|
|
@ -368,13 +368,6 @@ class TkCanvas<TkWindow
|
|||
def itemtype(tag)
|
||||
TkcItem.type2class(tk_send 'type', tagid(tag))
|
||||
end
|
||||
|
||||
def xview(*index)
|
||||
tk_send 'xview', *index
|
||||
end
|
||||
def yview(*index)
|
||||
tk_send 'yview', *index
|
||||
end
|
||||
end
|
||||
|
||||
module TkcTagAccess
|
||||
|
|
|
|||
|
|
@ -245,16 +245,10 @@ class TkText<TkTextWin
|
|||
(inf == "")? [0,0,0,0,0]: inf
|
||||
end
|
||||
|
||||
def yview(*what)
|
||||
tk_send 'yview', *what
|
||||
end
|
||||
def yview_pickplace(*what)
|
||||
tk_send 'yview', '-pickplace', *what
|
||||
end
|
||||
|
||||
def xview(*what)
|
||||
tk_send 'xview', *what
|
||||
end
|
||||
def xview_pickplace(*what)
|
||||
tk_send 'xview', '-pickplace', *what
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue