Skip to content
Snippets Groups Projects
FXCURCursor.rb 267 B
Newer Older
  • Learn to ignore specific revisions
  • 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