Newer
Older
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