Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • tk/lib/tkextlib/tkimg/pixmap.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

TkPixmapImage

Public Class Methods

new(*args) click to toggle source
 
               # File tk/lib/tkextlib/tkimg/pixmap.rb, line 40
def initialize(*args)
  @type = 'pixmap'
  super(*args)
end
            
version() click to toggle source
 
               # File tk/lib/tkextlib/tkimg/pixmap.rb, line 36
def self.version
  Tk::Img::PIXMAP.version
end