| gtkIconThemeSetCustomTheme {RGtk2} | R Documentation |
Sets the name of the icon theme that the GtkIconTheme object uses
overriding system configuration. This function cannot be called
on the icon theme objects returned from gtkIconThemeGetDefault
and gtkIconThemeGetForScreen.
gtkIconThemeSetCustomTheme(object, theme.name)
|
[GtkIconTheme] a GtkIconTheme |
|
[character] name of icon theme to use instead of configured theme,
or NULL to unset a previously set custom theme |
Since 2.4
Derived by RGtkGen from GTK+ documentation