IconTheme.setCustomTheme

Sets the name of the icon theme that the gtk.IconTheme object uses overriding system configuration. This function cannot be called on the icon theme objects returned from IconTheme.getDefault and IconTheme.getForScreen.

class IconTheme
void
setCustomTheme
(
string themeName
)

Parameters

themeName string

name of icon theme to use instead of configured theme, or NULL to unset a previously set custom theme

Meta