Methods
N
V
Class Public methods
new(*args)
# File ext/tk/lib/tkextlib/tkimg/pixmap.rb, line 40
def initialize(*args)
  @type = 'pixmap'
  super(*args)
end
version()
# File ext/tk/lib/tkextlib/tkimg/pixmap.rb, line 36
def self.version
  Tk::Img::PIXMAP.version
end