Method: Tk::BLT::Treeview#text_selection_to

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

#text_selection_to(idx) ⇒ Object



831
832
833
834
# File 'lib/tkextlib/blt/treeview.rb', line 831

def text_selection_to(idx)
  tk_send('text', 'selection', 'to', idx)
  self
end