Method: Tk::Entry#selection_range
- Defined in:
- lib/tk/entry.rb
#selection_range(s, e) ⇒ Object
76 77 78 79 |
# File 'lib/tk/entry.rb', line 76 def selection_range(s, e) tk_send_without_enc('selection', 'range', s, e) self end |
76 77 78 79 |
# File 'lib/tk/entry.rb', line 76 def selection_range(s, e) tk_send_without_enc('selection', 'range', s, e) self end |