Method: Tk::Text#destroy
- Defined in:
- lib/tk/text.rb
#destroy ⇒ Object
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 |
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 |