Method: TkTextTag#remove
- Defined in:
- lib/tk/texttag.rb
#remove(*indices) ⇒ Object
93 94 95 96 97 |
# File 'lib/tk/texttag.rb', line 93 def remove(*indices) tk_call_without_enc(@t.path, 'tag', 'remove', @id, *(indices.collect{|idx| _get_eval_enc_str(idx)})) self end |