Sha256: 7136e52bcac7ec066fd0a1484244d4782e594f84ca285781c60137d6f5b34332
Contents?: true
Size: 267 Bytes
Versions: 155
Compression:
Stored size: 267 Bytes
Contents
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
Version data entries
155 entries across 155 versions & 2 rubygems