Sha256: 7c329c18e5b966696f956f2622dec3d92b2a1fddeed7d5fe28194887c78e63fd
Contents?: true
Size: 520 Bytes
Versions: 5
Compression:
Stored size: 520 Bytes
Contents
module Fox # # Portable Pixmap (PPM) icon class. # class FXPPMIcon < FXIcon # # Return an initialized FXPPMIcon instance. # # ==== Parameters: # # +a+:: an application instance [FXApp] # +pix+:: a memory buffer formatted in PPM file format [String] # +clr+:: transparency color [FXColor] # +opts+:: options [Integer] # +w+:: width [Integer] # +h+:: height [Integer] # def initialize(a, pix=nil, clr=0, opts=0, w=1, h=1) # :yields: thePPMIcon end end end
Version data entries
5 entries across 5 versions & 1 rubygems