GThemedIcon {RGtk2}R Documentation

GThemedIcon

Description

Icon theming support

Methods and Functions

gThemedIconNew(iconname = NULL)
gThemedIconNewFromNames(iconnames, len)
gThemedIconNewWithDefaultFallbacks(iconname)
gThemedIconPrependName(object, iconname)
gThemedIconAppendName(object, iconname)
gThemedIconGetNames(object)
gThemedIcon(iconname, iconnames, len)

Hierarchy

GObject
   +----GThemedIcon

Interfaces

GThemedIcon implements GIcon.

Detailed Description

GThemedIcon is an implementation of GIcon 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 gtkIconThemeChooseIcon should be used to resolve the list of names so that fallback icons work nicely with themes that inherit other themes.

Structures

GThemedIcon

An implementation of GIcon for themed icons.

Convenient Construction

gThemedIcon is the result of collapsing the constructors of GThemedIcon (gThemedIconNew, gThemedIconNewWithDefaultFallbacks, gThemedIconNewFromNames) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.

Properties

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://library.gnome.org/devel//gio/GThemedIcon.html


[Package RGtk2 version 2.20.21 Index]