Method: Fox::FXGIFIcon#initialize
- Defined in:
- rdoc-sources/FXGIFIcon.rb
#initialize(a, pix = nil, clr = 0, opts = 0, width = 1, height = 1) ⇒ FXGIFIcon
Return an initialized FXGIFIcon instance.
Parameters:
a
-
an application instance Fox::FXApp
pix
-
a memory buffer formatted in GIF file format [String]
clr
-
transparency color Fox::FXColor
opts
-
options [Integer]
width
-
width [Integer]
height
-
height [Integer]
28 29 |
# File 'rdoc-sources/FXGIFIcon.rb', line 28 def initialize(a, pix=nil, clr=0, opts=0, width=1, height=1) # :yields: theGIFIcon end |