Method: Tk::BLT::Treeview#text_selection_adjust
- Defined in:
- lib/tkextlib/blt/treeview.rb
#text_selection_adjust(idx) ⇒ Object
812 813 814 815 |
# File 'lib/tkextlib/blt/treeview.rb', line 812 def text_selection_adjust(idx) tk_send('text', 'selection', 'adjust', idx) self end |