Codebase list ruby-fxruby / 66287438-9f57-4620-9b78-9694240b2927/upstream rdoc-sources / FXCURCursor.rb
66287438-9f57-4620-9b78-9694240b2927/upstream

Tree @66287438-9f57-4620-9b78-9694240b2927/upstream (Download .tar.gz)

FXCURCursor.rb @66287438-9f57-4620-9b78-9694240b2927/upstreamraw · 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