class BitmapImage
Public Class Methods
Source
# File lib/tk/image.rb, line 125 def initialize(*args) @type = 'bitmap' super(*args) end
Calls superclass method
TkImage::new
Private Instance Methods
Source
# File lib/tk/image.rb, line 120 def __strval_optkeys super() + ['maskdata', 'maskfile'] end
Calls superclass method
TkConfigMethod#__strval_optkeys