IconLookupFlags
Description:
[ CCode ( cprefix = "GTK_ICON_LOOKUP_" , type_id = "gtk_icon_lookup_flags_get_type ()" ) ]
[ Flags ]
public enum IconLookupFlags
Content:
Enum values:
- 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
- PRELOAD - Starts loading the texture in
the background so it is ready when later needed.