Method: Fox::FXXPMImage#initialize

Defined in:
rdoc-sources/FXXPMImage.rb

#initialize(a, pix = nil, opts = 0, width = 1, height = 1) ⇒ FXXPMImage

Return an initialized FXXPMImage instance.

Parameters:

a

an application instance Fox::FXApp

pix

a memory buffer formatted in XPM file format [String]

opts

options [Integer]

width

width [Integer]

height

height [Integer]



27
28
# File 'rdoc-sources/FXXPMImage.rb', line 27

def initialize(a, pix=nil, opts=0, width=1, height=1) # :yields: theXPMImage
end