Method: Tk::Listbox#selection_anchor
- Defined in:
- lib/tk/listbox.rb
#selection_anchor(index) ⇒ Object
67 68 69 70 |
# File 'lib/tk/listbox.rb', line 67 def selection_anchor(index) tk_send_without_enc('selection', 'anchor', index) self end |