Method: Tk::BWidget::Tree#selection_toggle
- Defined in:
- lib/tkextlib/bwidget/tree.rb
#selection_toggle(*args) ⇒ Object
276 277 278 279 280 |
# File 'lib/tkextlib/bwidget/tree.rb', line 276 def selection_toggle(*args) tk_send_without_enc('selection', 'toggle', *(args.collect{|node| tagid(node)})) self end |