Method: Tk::Text#tag_bind_remove

Defined in:
lib/tk/text.rb

#tag_bind_remove(tag, seq) ⇒ Object



796
797
798
799
# File 'lib/tk/text.rb', line 796

def tag_bind_remove(tag, seq)
  _bind_remove([@path, 'tag', 'bind', tag], seq)
  self
end