Codebase list ruby-fxruby / debian/1.6.29-0kali2 rdoc-sources / FXCURCursor.rb
debian/1.6.29-0kali2

Tree @debian/1.6.29-0kali2 (Download .tar.gz)

FXCURCursor.rb @debian/1.6.29-0kali2raw · 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