Support for the Ruby 2.1 series ended on March 31 2017. See here for details.

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