Method: Tk::Text#mark_unset
- Defined in:
- lib/tk/text.rb
#mark_unset(*marks) ⇒ Object Also known as: unset_mark
400 401 402 403 404 |
# File 'lib/tk/text.rb', line 400 def mark_unset(*marks) tk_send_without_enc('mark', 'unset', *(marks.collect{|mark| _get_eval_enc_str(mark)})) self end |