IconSet
Description:
[ CCode ( has_construct_function = false ) ]
public IconSet ()
public IconSet ()
Creates a new IconSet.
Note:
Use IconTheme instead.
A IconSet represents a single icon in various sizes and widget states. It can provide a Pixbuf for a given size and state on request, and automatically caches some of the rendered Pixbuf objects.
Normally you would use render_icon_pixbuf instead of using IconSet directly. The one case where you’d use IconSet is to create application-specific icon sets to place in a IconFactory.
Returns:
a new IconSet |