:right-sidebar: True IconLookupFlags =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: IconLookupFlags :no-contents-entry: Used to specify options for :func:`~gi.repository.Gtk.IconTheme.lookup_icon`. Fields ------ .. rst-class:: interim-class .. class:: IconLookupFlags :no-index: .. attribute:: FORCE_REGULAR Try to always load regular icons, even when symbolic icon names are given .. attribute:: FORCE_SYMBOLIC Try to always load symbolic icons, even when regular icon names are given .. attribute:: PRELOAD Starts loading the texture in the background so it is ready when later needed.