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

X Bitmap (XBM) image

Methods

fileExt   mimeType   new  

Public Class methods

Return the suggested file extension for this image type ("xbm").

Return the MIME type for this image type

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]
width:width [Integer]
height:height [Integer]

[Validate]