Package: gdk

Function gdk:texture-downloader-format

Lambda List

gdk:texture-downloader-format (downloader)

Syntax

(gdk:texture-downloader-format downloader) => format
(setf (gdk:texture-downloader-format downloader) format)

Arguments

downloader -- a gdk:texture-downloader instance
format -- a gdk:memory-format value for the format to use

Details

Gets or sets the format the downloader will download. By default, the gdk:+memory-default+ value is set.

Since 4.10
 

See also

2025-08-01