Method: Tk::TreeCtrl#selection_add

Defined in:
lib/tkextlib/treectrl/tktreectrl.rb

#selection_add(first, last = None) ⇒ Object



1601
1602
1603
1604
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 1601

def selection_add(first, last=None)
  tk_send('selection', 'add', first, last)
  self
end