gtkIconThemeLookupIcon {RGtk2}R Documentation

gtkIconThemeLookupIcon

Description

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.)

Usage

gtkIconThemeLookupIcon(object, icon.name, size, flags)

Arguments

object [GtkIconTheme] a GtkIconTheme
icon.name [character] the name of the icon to lookup
size [integer] desired icon size
flags [GtkIconLookupFlags] flags modifying the behavior of the icon lookup

Details

Since 2.4

Value

[GtkIconInfo] a GtkIconInfo structure containing information about the icon, or NULL if the icon wasn't found

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]