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

In Files

  • tk/lib/tk/image.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

TkBitmapImage

Public Class Methods

new(*args) click to toggle source
 
               # File tk/lib/tk/image.rb, line 124
def initialize(*args)
  @type = 'bitmap'
  super(*args)
end