IconLookupFlags#

class IconLookupFlags#

Used to specify options for lookup_icon().

Fields#

class IconLookupFlags
FORCE_REGULAR#

Try to always load regular icons, even when symbolic icon names are given

FORCE_SYMBOLIC#

Try to always load symbolic icons, even when regular icon names are given

NONE#

Perform a regular lookup.

Added in version 4.18.

PRELOAD#

Starts loading the texture in the background so it is ready when later needed.