Enumeration (GI Flags)

St-18StIconLookupFlags

Used to specify options for St.IconTheme.lookup_icon

Index

Enumeration Members

DIR_LTR: number

Try to load a variant of the icon for left-to-right text direction.

DIR_RTL: number

Try to load a variant of the icon for right-to-left text direction.

FORCE_REGULAR: number

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

FORCE_SIZE: number

Always get the icon scaled to the requested size.

FORCE_SVG: number

Get SVG icons, even if gdk-pixbuf doesn’t support them. Cannot be used together with St.IconLookupFlags.NO_SVG.

FORCE_SYMBOLIC: number

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

GENERIC_FALLBACK: number

Try to shorten icon name at '-' characters before looking at inherited themes. This flag is only supported in functions that take a single icon name. For more general fallback, see st_icon_theme_choose_icon().

NO_SVG: number

Never get SVG icons, even if gdk-pixbuf supports them. Cannot be used together with St.IconLookupFlags.FORCE_SVG.

Variables

$gtype