Codebase list ruby-fxruby / run/5ae6f8cc-cb8c-48b9-902e-a9bcde79df60/upstream rdoc-sources / FXCURCursor.rb
run/5ae6f8cc-cb8c-48b9-902e-a9bcde79df60/upstream

Tree @run/5ae6f8cc-cb8c-48b9-902e-a9bcde79df60/upstream (Download .tar.gz)

FXCURCursor.rb @run/5ae6f8cc-cb8c-48b9-902e-a9bcde79df60/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