gtk+-2.0 Reference Manual

Synopsis

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 ) ;
}

IconInfo Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

copy ()
    public    weak IconInfo             copy                      (  ) ;		

get_attach_points ()
    public    bool                      get_attach_points         ( Gdk.Point[]         points ) ;		

get_base_size ()
    public    int                       get_base_size             (  ) ;		

get_builtin_pixbuf ()
    public    weak Gdk.Pixbuf           get_builtin_pixbuf        (  ) ;		

get_display_name ()
    public    weak string               get_display_name          (  ) ;		

get_embedded_rect ()
    public    bool                      get_embedded_rect         ( Gdk.Rectangle       rectangle ) ;		

get_filename ()
    public    weak string               get_filename              (  ) ;		

load_icon ()
    public    weak Gdk.Pixbuf           load_icon                 (  ) 
                                                             throws GLib.Error;		

set_raw_coordinates ()
    public    void                      set_raw_coordinates       ( bool                raw_coordinates ) ;		


Created by Valadoc