class BitmapImage
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
TkImage.new
# File lib/tk/image.rb, line 124 def initialize(*args) @type = 'bitmap' super(*args) end