ThemedIcon
Object Hierarchy:
Description:
public class ThemedIcon :
Object,
Icon
ThemedIcon is an implementation of Icon that supports icon
themes.
ThemedIcon contains a list of all of the icons present in an icon theme, so that icons can be looked up
quickly. ThemedIcon does not provide actual pixmaps for icons, just the icon names. Ideally something like
gtk_icon_theme_choose_icon
should be used to resolve the list of names so that fallback icons work nicely with themes that
inherit other themes.
Content:
Properties:
Creation methods:
Methods:
- public void append_name (string iconname)
Append a name to the list of icons from within
this.
- public unowned string[] get_names ()
Gets the names of icons from within this
.
- public void prepend_name (string iconname)
Prepend a name to the list of icons from within
this.
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GLib.Icon