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

a GtkIconTheme

icon.name

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.20.21 Index]