IconLookupFlags
Description:
[ CCode ( cprefix = "GTK_ICON_LOOKUP_" ) ]
[ Flags ]
public enum IconLookupFlags
Content:
Enum values:
- FORCE_SIZE - Always get the icon
scaled to the requested size.
- FORCE_SVG - Get SVG icons, even if
gdk-pixbuf doesn’t support them.
- GENERIC_FALLBACK - Try to
shorten icon name at '-' characters before looking at inherited themes.
- NO_SVG - Never get SVG icons, even if
gdk-pixbuf supports them.
- USE_BUILTIN - When passed to
lookup_icon includes builtin icons as well as files.