Codebase list ruby-fxruby / 993d33c7-2f2f-456c-a865-958776fb35f9/main rdoc-sources / FXCURCursor.rb
993d33c7-2f2f-456c-a865-958776fb35f9/main

Tree @993d33c7-2f2f-456c-a865-958776fb35f9/main (Download .tar.gz)

FXCURCursor.rb @993d33c7-2f2f-456c-a865-958776fb35f9/mainraw · 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