Codebase list ruby-fxruby / af19cafc-e8a1-410a-81b9-8a472bff0ce9/upstream rdoc-sources / FXCURCursor.rb
af19cafc-e8a1-410a-81b9-8a472bff0ce9/upstream

Tree @af19cafc-e8a1-410a-81b9-8a472bff0ce9/upstream (Download .tar.gz)

FXCURCursor.rb @af19cafc-e8a1-410a-81b9-8a472bff0ce9/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