Method: Tk::BLT::Htext#selection_word
- Defined in:
- lib/tkextlib/blt/htext.rb
#selection_word(index) ⇒ Object
104 105 106 107 |
# File 'lib/tkextlib/blt/htext.rb', line 104 def selection_word(index) tk_send_without_enc('selection', 'word', index) self end |