public class IconSet : Boxed {
public IconSet ( ) ;
public IconSet.from_pixbuf ( Gdk.Pixbuf pixbuf ) ;
public void add_source ( IconSource source ) ;
public weak IconSet copy ( ) ;
public void get_sizes ( IconSize[] sizes ) ;
public weak Gdk.Pixbuf render_icon ( Style style,
TextDirection direction,
StateType state,
IconSize size,
Widget widget,
string detail ) ;
}
public IconSet ( ) ;
public IconSet.from_pixbuf ( Gdk.Pixbuf pixbuf ) ;
public void add_source ( IconSource source ) ;
public weak IconSet copy ( ) ;
public void get_sizes ( IconSize[] sizes ) ;
public weak Gdk.Pixbuf render_icon ( Style style,
TextDirection direction,
StateType state,
IconSize size,
Widget widget,
string detail ) ;
Created by Valadoc