Codebase list ruby-fxruby / 9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream rdoc-sources / FXCURCursor.rb
9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream

Tree @9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream (Download .tar.gz)

FXCURCursor.rb @9f4456fc-32ad-43a9-a608-20ce7e4383cd/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