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