Gjsify LogoGjsify Logo

Used to specify options for gtk_icon_theme_lookup_icon()

bitfield

Index

Enumeration Members

DIR_LTR: number

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

DIR_RTL: number

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

FORCE_REGULAR: number

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

FORCE_SIZE: number

Always get the icon scaled to the requested size. Since 2.14.

FORCE_SVG: number

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

FORCE_SYMBOLIC: number

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

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 gtk_icon_theme_choose_icon(). Since 2.12.

NO_SVG: number

Never get SVG icons, even if gdk-pixbuf supports them. Cannot be used together with %GTK_ICON_LOOKUP_FORCE_SVG.

USE_BUILTIN: number

When passed to gtk_icon_theme_lookup_icon() includes builtin icons as well as files. For a builtin icon, gtk_icon_info_get_filename() is %NULL and you need to call gtk_icon_info_get_builtin_pixbuf().

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method