Method: Tk::BLT::Htext#goto_line

Defined in:
lib/tkextlib/blt/htext.rb

#goto_line(idx) ⇒ Object



40
41
42
43
# File 'lib/tkextlib/blt/htext.rb', line 40

def goto_line(idx)
  tk_send_without_enc('gotoline', idx)
  self
end