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