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

X Pixmap (XPM) Image

Methods

fileExt   mimeType   new  

Public Class methods

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

Return the MIME type for this image type

Return an initialized FXXPMImage instance.

Parameters:

a:an application instance [FXApp]
pix:a memory buffer formatted in XPM file format [String]
opts:options [Integer]
width:width [Integer]
height:height [Integer]

[Validate]