Sha256: aed1378a7c5ce140c7f7f265e550e26b431d9b575afea33c48b4f4d06673d938
Contents?: true
Size: 462 Bytes
Versions: 5
Compression:
Stored size: 462 Bytes
Contents
module Fox # # X Pixmap (XPM) Image # class FXXPMImage < FXImage # # Return an initialized FXXPMImage instance. # # ==== Parameters: # # +a+:: an application instance [FXApp] # +pix+:: a memory buffer formatted in XPM file format [String] # +opts+:: options [Integer] # +w+:: width [Integer] # +h+:: height [Integer] # def initialize(a, pix=nil, opts=0, w=1, h=1) # :yields: theXPMImage end end end
Version data entries
5 entries across 5 versions & 1 rubygems