Codebase list ruby-fxruby / d69202cd-498f-4306-9df7-ff38ddf8b553/main rdoc-sources / FXCURCursor.rb
d69202cd-498f-4306-9df7-ff38ddf8b553/main

Tree @d69202cd-498f-4306-9df7-ff38ddf8b553/main (Download .tar.gz)

FXCURCursor.rb @d69202cd-498f-4306-9df7-ff38ddf8b553/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