Sha256: 6ab1af812a362541022cb70fddb6aa7d3a9799f429d894c336579883e38d9025
Contents?: true
Size: 597 Bytes
Versions: 5
Compression:
Stored size: 597 Bytes
Contents
module Fox # # X Bitmap (XBM) Icon # class FXXBMIcon < FXIcon # # 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] # +w+:: width [Integer] # +h+:: height [Integer] # def initialize(a, pixels=nil, mask=nil, clr=0, opts=0, w=1, h=1) # :yields: theXBMIcon end end end
Version data entries
5 entries across 5 versions & 1 rubygems