Method: Tk::Entry#selection_adjust
- Defined in:
- lib/tk/entry.rb
#selection_adjust(index) ⇒ Object
61 62 63 64 |
# File 'lib/tk/entry.rb', line 61 def selection_adjust(index) tk_send_without_enc('selection', 'adjust', index) self end |