|
NAMEGtk2::Gdk::PixbufAnimation - wrapper for GdkPixbufAnimationHIERARCHYGlib::Object +----Gtk2::Gdk::PixbufAnimation METHODSpixbufanimation = Gtk2::Gdk::PixbufAnimation->new_from_file ($filename)
May croak with a Glib::Error in $@ on failure. integer = $animation->get_heightboolean = $animation->is_static_imagepixbufanimationiter = $animation->get_iter ($start_time_seconds=0, $start_time_microseconds=0)
The seconds and microseconds values are available from Time::HiRes, which is standard since perl 5.8.0. If both are undef or omitted, the function uses the current time. pixbuf = $animation->get_static_imageinteger = $animation->get_widthSEE ALSOGtk2, Glib::ObjectCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |