зеркало из https://github.com/github/ruby.git
* ext/tk/lib/tkextlib/tile/treeview.rb: fix syntax error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
824670aa9e
Коммит
36284e2413
|
@ -1,3 +1,7 @@
|
|||
Sun Oct 19 20:05:58 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* ext/tk/lib/tkextlib/tile/treeview.rb: fix syntax error.
|
||||
|
||||
Sun Oct 19 18:39:39 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* enc/prelude.rb: Added automatic loading of
|
||||
|
|
|
@ -991,11 +991,11 @@ class Tk::Tile::Treeview::Tag < TkObject
|
|||
end
|
||||
|
||||
def add(*items)
|
||||
@t.tag_add(@id, *items))
|
||||
@t.tag_add(@id, *items)
|
||||
end
|
||||
|
||||
def remove(*items)
|
||||
@t.tag_remove(@id, *items))
|
||||
@t.tag_remove(@id, *items)
|
||||
end
|
||||
|
||||
def bind(seq, *args)
|
||||
|
|
Загрузка…
Ссылка в новой задаче