Class
Fox::FXBMPIcon
In:
rdoc-sources/FXBMPIcon.rb
Parent:
FXIcon
Microsoft Bitmap icon
Methods
new
Public Class methods
new
(a, pix=nil, clr=FXRGB(192,192,192), opts=0, w=1, h=1) {|theBMPIcon| ...}
Return an initialized
FXBMPIcon
instance.
Parameters:
a
:
an application instance [
FXApp
]
pix
:
a memory buffer formatted in BMP file format [String]
clr
:
transparency color [FXColor]
opts
:
options [Integer]
w
:
width [Integer]
h
:
height [Integer]
[Validate]