Method: TkTextTag#add
- Defined in:
- lib/tk/texttag.rb
#add(*indices) ⇒ Object
87 88 89 90 91 |
# File 'lib/tk/texttag.rb', line 87 def add(*indices) tk_call_without_enc(@t.path, 'tag', 'add', @id, *(indices.collect{|idx| _get_eval_enc_str(idx)})) self end |