Class Fox::FXXBMIcon
In: rdoc-sources/FXXBMIcon.rb
Parent: FXIcon

X Bitmap (XBM) Icon

Methods

new  

Public Class methods

Return an initialized FXXBMIcon instance.

Parameters:

a:an application instance [FXApp]
pixels:a memory buffer formatted in XBM file format [String]
mask:a memory buffer formatted in XBM file format [String]
clr:transparency color [FXColor]
opts:options [Integer]
w:width [Integer]
h:height [Integer]

[Validate]