Codebase list ruby-fxruby / 824235e0-ab15-44a9-89b9-f5cf6891976b/upstream rdoc-sources / FXCURCursor.rb
824235e0-ab15-44a9-89b9-f5cf6891976b/upstream

Tree @824235e0-ab15-44a9-89b9-f5cf6891976b/upstream (Download .tar.gz)

FXCURCursor.rb @824235e0-ab15-44a9-89b9-f5cf6891976b/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