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