Method: Tk::Entry#selection_from
- Defined in:
- lib/tk/entry.rb
#selection_from(index) ⇒ Object
69 70 71 72 |
# File 'lib/tk/entry.rb', line 69 def selection_from(index) tk_send_without_enc('selection', 'from', index) self end |
69 70 71 72 |
# File 'lib/tk/entry.rb', line 69 def selection_from(index) tk_send_without_enc('selection', 'from', index) self end |