Method: Tk::ICONS#delete

Defined in:
lib/tkextlib/ICONS/icons.rb

#deleteObject



117
118
119
120
121
# File 'lib/tkextlib/ICONS/icons.rb', line 117

def delete
  Tk_IMGTBL.delete(@path)
  tk_call('::icons::icons', 'delete', @name)
  self
end