Method: Tk::BLT::Htext#selection_to
- Defined in:
- lib/tkextlib/blt/htext.rb
#selection_to(index) ⇒ Object
98 99 100 101 |
# File 'lib/tkextlib/blt/htext.rb', line 98 def selection_to(index) tk_send_without_enc('selection', 'to', index) self end |