Codebase list ruby-fxruby / master rdoc-sources / FXCURCursor.rb
master

Tree @master (Download .tar.gz)

FXCURCursor.rb @masterraw · history · blame

module Fox
  #
  # CUR Cursor class
  #
  class FXCURCursor < FXCursor
    #
    # Construct a cursor from memory stream in Microsoft CUR format.
    # The image is limited to 32x32 pixels.
    #
    def initialize(app, pixels) # :yields: theCursor
    end
  end
end