Sha256: 9fc9abfde52aaf1e7c1f23fc2d79d170e67f8222bac198de216b9f6004529354

Contents?: true

Size: 449 Bytes

Versions: 5

Compression:

Stored size: 449 Bytes

Contents

module Fox
  # GIF Image class
  class FXGIFImage < FXImage
    #
    # Return an initialized FXGIFImage instance.
    #
    # ==== Parameters:
    #
    # +a+::	an application instance [FXApp]
    # +pix+::	a memory buffer formatted in GIF file format [String]
    # +opts+::	options [Integer]
    # +w+::	width [Integer]
    # +h+::	height [Integer]
    #
    def initialize(a, pix=nil, opts=0, w=1, h=1) # :yields: theGIFImage
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fxruby-1.2.3 rdoc-sources/FXGIFImage.rb
fxruby-1.2.2 rdoc-sources/FXGIFImage.rb
fxruby-1.2.4 rdoc-sources/FXGIFImage.rb
fxruby-1.2.5 rdoc-sources/FXGIFImage.rb
fxruby-1.2.6 rdoc-sources/FXGIFImage.rb