Source: show | on GitHub
# File ext/tk/lib/tkextlib/tkimg/pixmap.rb, line 41 def initialize(*args) @type = 'pixmap' super(*args) end
# File ext/tk/lib/tkextlib/tkimg/pixmap.rb, line 37 def self.version Tk::Img::PIXMAP.version end