IconLookupFlags
Description:
[ CCode ( cprefix = "GTK_ICON_LOOKUP_" , type_id = "gtk_icon_lookup_flags_get_type ()" ) ]
[ Flags ]
public enum IconLookupFlags
Content:
Enum values:
- DIR_LTR - Try to load a variant of
the icon for left-to-right text direction.
- DIR_RTL - Try to load a variant of
the icon for right-to-left text direction.
- FORCE_REGULAR - Try to always
load regular icons, even when symbolic icon names are given.
- FORCE_SIZE - Always get the icon
scaled to the requested size.
- FORCE_SVG - Get SVG icons, even
if gdk-pixbuf doesn’t support them.
- FORCE_SYMBOLIC - Try to
always load symbolic icons, even when regular icon names are given.
- 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.