Codebase list ruby-fxruby / 55b7dfec-7e94-4d45-9893-75403ede1853/upstream rdoc-sources / FXCURCursor.rb
55b7dfec-7e94-4d45-9893-75403ede1853/upstream

Tree @55b7dfec-7e94-4d45-9893-75403ede1853/upstream (Download .tar.gz)

FXCURCursor.rb @55b7dfec-7e94-4d45-9893-75403ede1853/upstreamraw · 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