Method: Tk::Text#tag_bind_remove
- Defined in:
- lib/tk/text.rb
#tag_bind_remove(tag, seq) ⇒ Object
803 804 805 806 |
# File 'lib/tk/text.rb', line 803 def tag_bind_remove(tag, seq) _bind_remove([@path, 'tag', 'bind', tag], seq) self end |