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