Method: Tk::Entry#selection_to

Defined in:
lib/tk/entry.rb

#selection_to(index) ⇒ Object



79
80
81
82
# File 'lib/tk/entry.rb', line 79

def selection_to(index)
  tk_send_without_enc('selection', 'to', index)
  self
end