Method: Tk::Text#destroy

Defined in:
lib/tk/text.rb

#destroyObject



613
614
615
616
617
618
619
# File 'lib/tk/text.rb', line 613

def destroy
  @tags = {} unless @tags
  @tags.each_value do |t|
    t.destroy
  end
  super()
end