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