gdk-pixbuf-2.0 Reference Manual

Synopsis

public class PixbufAnimation : Object  {
    public                              PixbufAnimation.from_file ( string              filename ) 
                                                             throws GLib.Error;


    public    int                       get_height                (  ) ;
    public    weak PixbufAnimationIter  get_iter                  ( GLib.TimeVal        start_time ) ;
    public    weak Pixbuf               get_static_image          (  ) ;
    public    int                       get_width                 (  ) ;
    public    bool                      is_static_image           (  ) ;
}

PixbufAnimation Description

Details

Constructor Details

PixbufAnimation.from_file ()
    public                              PixbufAnimation.from_file ( string              filename ) 
                                                             throws GLib.Error;		

Field Details

Signal Details

Property Details

Method Details

get_height ()
    public    int                       get_height                (  ) ;		

get_iter ()
    public    weak PixbufAnimationIter  get_iter                  ( GLib.TimeVal        start_time ) ;		

get_static_image ()
    public    weak Pixbuf               get_static_image          (  ) ;		

get_width ()
    public    int                       get_width                 (  ) ;		

is_static_image ()
    public    bool                      is_static_image           (  ) ;		


Created by Valadoc