Method: Tk::Text#set_current
- Defined in:
- lib/tk/text.rb
#set_current(index) ⇒ Object
589 590 591 592 |
# File 'lib/tk/text.rb', line 589 def set_current(index) tk_send_without_enc('mark','set','current', _get_eval_enc_str(index)) self end |