Class Fox::FXXBMImage
In: rdoc-sources/FXXBMImage.rb
Parent: FXImage

X Bitmap (XBM) image

Methods

new  

Public Class methods

Return an initialized FXXBMImage 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]
opts:options [Integer]
w:width [Integer]
h:height [Integer]

[Validate]