module Tk::Anigif

Public Class Methods

image(_widget, _file) click to toggle source
# File lib/anigif.rb, line 5
def self.image(_widget, _file)
  Tk.tk_call("eval","::anigif::anigif", _file, _widget.path)
end