Method: Tk::Text#set_current

Defined in:
ext/lib/tk/text.rb

#set_current(index) ⇒ Object



582
583
584
585
# File 'ext/lib/tk/text.rb', line 582

def set_current(index)
  tk_send_without_enc('mark','set','current', _get_eval_enc_str(index))
  self
end