Method: Tk::Iwidgets::Selectiondialog#clear_items

Defined in:
ext/lib/tkextlib/iwidgets/selectiondialog.rb

#clear_itemsObject



25
26
27
28
# File 'ext/lib/tkextlib/iwidgets/selectiondialog.rb', line 25

def clear_items
  tk_call(@path, 'clear', 'items')
  self
end