Codebase list ruby-fxruby / 12e77b9e-e141-461f-8c41-54c8e546ab7b/main rdoc-sources / FXCURCursor.rb
12e77b9e-e141-461f-8c41-54c8e546ab7b/main

Tree @12e77b9e-e141-461f-8c41-54c8e546ab7b/main (Download .tar.gz)

FXCURCursor.rb @12e77b9e-e141-461f-8c41-54c8e546ab7b/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