Class TkBitmapImage
In: tk/lib/tk/image.rb
Parent: TkImage

Methods

new  

Public Class methods

[Source]

# File tk/lib/tk/image.rb, line 104
  def initialize(*args)
    @type = 'bitmap'
    super(*args)
  end

[Validate]