IconTheme.this

Creates a new icon theme object. Icon theme objects are used to lookup up an icon by name in a particular icon theme. Usually, you’ll want to use IconTheme.getDefault or IconTheme.getForScreen rather than creating a new icon theme object for scratch.

Return Value

the newly created gtk.IconTheme object.

Throws

ConstructionException GTK+ fails to create the object.

Meta