1Gtk2::Gdk::PixbufAnimatUisoenr(3C)ontributed Perl DocumeGnttka2t:i:oGndk::PixbufAnimation(3)
2
3
4
6 Gtk2::Gdk::PixbufAnimation
7
9 Glib::Object
10 +----Gtk2::Gdk::PixbufAnimation
11
13 pixbufanimation = Gtk2::Gdk::PixbufAnimation->new_from_file ($filename)
14
15 * $filename (localized file name)
16
17 May croak with a Glib::Error in $@ on failure.
18
19 integer = $animation->get_height
20
21 boolean = $animation->is_static_image
22
23 pixbufanimationiter = $animation->get_iter ($start_time_seconds=0,
24 $start_time_microseconds=0)
25
26 * $start_time_seconds (integer)
27 * $start_time_microseconds (integer)
28
29 The seconds and microseconds values are available from Time::HiRes,
30 which is standard since perl 5.8.0. If both are undef or omitted,
31 the function uses the current time.
32
33 pixbuf = $animation->get_static_image
34
35 integer = $animation->get_width
36
38 Gtk2, Glib::Object
39
41 Copyright (C) 2003-2007 by the gtk2-perl team.
42
43 This software is licensed under the LGPL. See Gtk2 for a full notice.
44
45
46
47perl v5.8.8 2007-03-18 Gtk2::Gdk::PixbufAnimation(3)