Method: TkBitmapImage#initialize
- Defined in:
- ext/lib/tk/image.rb
#initialize(*args) ⇒ TkBitmapImage
Returns a new instance of TkBitmapImage.
125 126 127 128 |
# File 'ext/lib/tk/image.rb', line 125 def initialize(*args) @type = 'bitmap' super(*args) end |