class TkPixmapImage

Public Class Methods

new(*args) click to toggle source
Calls superclass method TkImage::new
# File lib/tkextlib/tkimg/pixmap.rb, line 41
def initialize(*args)
  @type = 'pixmap'
  super(*args)
end
version() click to toggle source
# File lib/tkextlib/tkimg/pixmap.rb, line 37
def self.version
  Tk::Img::PIXMAP.version
end