gtkIconThemeLookupIcon {RGtk2} | R Documentation |
Looks up a named icon and returns a structure containing
information such as the filename of the icon. The icon
can then be rendered into a pixbuf using
gtkIconInfoLoadIcon
. (gtkIconThemeLoadIcon
combines these two steps if all you need is the pixbuf.)
gtkIconThemeLookupIcon(object, icon.name, size, flags)
|
[GtkIconTheme ] a GtkIconTheme |
|
[character] the name of the icon to lookup |
|
[integer] desired icon size |
|
[GtkIconLookupFlags ] flags modifying the behavior of the icon lookup |
Since 2.4
[GtkIconInfo
] a GtkIconInfo
structure containing information
about the icon, or NULL
if the icon wasn't found
Derived by RGtkGen from GTK+ documentation