public class IconInfo : Boxed {
public weak IconInfo copy ( ) ;
public bool get_attach_points ( Gdk.Point[] points ) ;
public int get_base_size ( ) ;
public weak Gdk.Pixbuf get_builtin_pixbuf ( ) ;
public weak string get_display_name ( ) ;
public bool get_embedded_rect ( Gdk.Rectangle rectangle ) ;
public weak string get_filename ( ) ;
public weak Gdk.Pixbuf load_icon ( )
throws GLib.Error;
public void set_raw_coordinates ( bool raw_coordinates ) ;
}
public weak IconInfo copy ( ) ;
public bool get_attach_points ( Gdk.Point[] points ) ;
public int get_base_size ( ) ;
public weak Gdk.Pixbuf get_builtin_pixbuf ( ) ;
public weak string get_display_name ( ) ;
public bool get_embedded_rect ( Gdk.Rectangle rectangle ) ;
public weak string get_filename ( ) ;
public weak Gdk.Pixbuf load_icon ( )
throws GLib.Error;
public void set_raw_coordinates ( bool raw_coordinates ) ;
Created by Valadoc