Package org.gnome.gio

Class ThemedIcon

java.lang.Object
All Implemented Interfaces:
Proxy, Icon

@Generated("io.github.jwharm.JavaGI") public class ThemedIcon extends GObject implements Icon
GThemedIcon is an implementation of Icon that supports icon themes.

GThemedIcon contains a list of all of the icons present in an icon theme, so that icons can be looked up quickly. GThemedIcon does not provide actual pixmaps for icons, just the icon names. Ideally something like org.gnome.gtk.IconTheme#chooseIcon should be used to resolve the list of names so that fallback icons work nicely with themes that inherit other themes.