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

X Bitmap (XBM) Icon

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

[Validate]