Codebase list ruby-fxruby / d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream rdoc-sources / FXCURCursor.rb
d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream

Tree @d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream (Download .tar.gz)

FXCURCursor.rb @d24dac7c-843d-4079-ac12-2ee07ff744a0/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