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
a new gtk.IconSet
Deprecated: Use gtk.IconTheme instead.
ConstructionException GTK+ fails to create the object.
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