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