About my projects, examples and tutorials
Gnome::Gtk4::T-icontheme

Gnome::Gtk4::T-icontheme

Enumerations§

GtkIconThemeError§

Error codes for Gnome::Gtk4::IconTheme operations.

  • GTK_ICON_THEME_NOT_FOUND; The icon specified does not exist in the theme
  • GTK_ICON_THEME_FAILED; An unspecified error occurred.

Bitfields§

GtkIconLookupFlags§

Used to specify options for gtk_icon_theme_lookup_icon().

  • GTK_ICON_LOOKUP_FORCE_REGULAR; Try to always load regular icons, even when symbolic icon names are given
  • GTK_ICON_LOOKUP_FORCE_SYMBOLIC; Try to always load symbolic icons, even when regular icon names are given
  • GTK_ICON_LOOKUP_PRELOAD; Starts loading the texture in the background so it is ready when later needed.