Method: Tk::Entry#selection_adjust

Defined in:
lib/tk/entry.rb

#selection_adjust(index) ⇒ Object



60
61
62
63
# File 'lib/tk/entry.rb', line 60

def selection_adjust(index)
  tk_send_without_enc('selection', 'adjust', index)
  self
end