animated image
Source: show
# File ext/tk/sample/demos-en/anilabel.rb, line 82 def initialize(*args) super(*args) @destroy_image = false @btag.bind_append('Destroy'){ if @destroy_image begin self.image.delete rescue end end } end