Codebase list ruby-fxruby / afc95297-b715-46f2-80bf-e29cc3a2b06b/main rdoc-sources / FXCURCursor.rb
afc95297-b715-46f2-80bf-e29cc3a2b06b/main

Tree @afc95297-b715-46f2-80bf-e29cc3a2b06b/main (Download .tar.gz)

FXCURCursor.rb @afc95297-b715-46f2-80bf-e29cc3a2b06b/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