Codebase list ruby-fxruby / e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main rdoc-sources / FXCURCursor.rb
e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main

Tree @e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main (Download .tar.gz)

FXCURCursor.rb @e3aeab84-6f99-48f1-9741-8ee1f4db26b1/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