Sha256: 133ce790ea2f1b6f6836ce08766dd1dd749b9f10d5f5e9e9a238a4668661a82a
Contents?: true
Size: 502 Bytes
Versions: 5
Compression:
Stored size: 502 Bytes
Contents
module Fox # # GIF Icon class. # class FXGIFIcon < FXIcon # # Return an initialized FXGIFIcon instance. # # ==== Parameters: # # +a+:: an application instance [FXApp] # +pix+:: a memory buffer formatted in GIF 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: theGIFIcon end end end
Version data entries
5 entries across 5 versions & 1 rubygems