Method: TkTextTag#bind_remove
- Defined in:
- lib/tk/texttag.rb
#bind_remove(seq) ⇒ Object
216 217 218 219 |
# File 'lib/tk/texttag.rb', line 216 def bind_remove(seq) _bind_remove([@t.path, 'tag', 'bind', @id], seq) self end |
216 217 218 219 |
# File 'lib/tk/texttag.rb', line 216 def bind_remove(seq) _bind_remove([@t.path, 'tag', 'bind', @id], seq) self end |