Enumeration

GtkIconLookupFlags

Declaration

flags Gtk.IconLookupFlags

Description [src]

Used to specify options for gtk_icon_theme_lookup_icon().

Members

GTK_ICON_LOOKUP_FORCE_REGULAR

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

  • Value: 1
  • Available since: 4.0
GTK_ICON_LOOKUP_FORCE_SYMBOLIC

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

  • Value: 2
  • Available since: 4.0
GTK_ICON_LOOKUP_PRELOAD

Starts loading the texture in the background so it is ready when later needed.

  • Value: 4
  • Available since: 4.0