IconSet.this

Creates a new gtk.IconSet A gtk.IconSet represents a single icon in various sizes and widget states. It can provide a gdk.Pixbuf for a given size and state on request, and automatically caches some of the rendered gdk.Pixbuf objects.

Normally you would use Widget.renderIconPixbuf instead of using gtk.IconSet directly. The one case where you’d use gtk.IconSet is to create application-specific icon sets to place in a gtk.IconFactory

More...

Return Value

Detailed Description

Deprecated: Use gtk.IconTheme instead.

Throws

ConstructionException GTK+ fails to create the object.