gtkIconThemeHasIcon {RGtk2}R Documentation

gtkIconThemeHasIcon

Description

Checks whether an icon theme includes an icon for a particular name.

Usage

gtkIconThemeHasIcon(object, icon.name)

Arguments

object [GtkIconTheme] a GtkIconTheme
icon.name [character] the name of an icon

Details

Since 2.4

Value

[logical] TRUE if icon.theme includes an icon for icon.name.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]