Method: Tk::Iwidgets::Hierarchy#selection_remove

Defined in:
lib/tkextlib/iwidgets/hierarchy.rb

#selection_remove(*nodes) ⇒ Object



254
255
256
257
# File 'lib/tkextlib/iwidgets/hierarchy.rb', line 254

def selection_remove(*nodes)
  tk_call(@path, 'selection', 'remove', *nodes)
  self
end