class TkBitmapImage

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

Private Instance Methods

__strval_optkeys() click to toggle source
Calls superclass method
# File lib/tk/image.rb, line 119
def __strval_optkeys
  super() + ['maskdata', 'maskfile']
end