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