gtk2::gdk::pixbufanimation(3pm) debian man page | unix.com

Man Page: gtk2::gdk::pixbufanimation

Operating Environment: debian

Section: 3pm

Gtk2::Gdk::PixbufAnimation(3pm) 			User Contributed Perl Documentation			   Gtk2::Gdk::PixbufAnimation(3pm)

NAME
Gtk2::Gdk::PixbufAnimation - wrapper for GdkPixbufAnimation
HIERARCHY
Glib::Object +----Gtk2::Gdk::PixbufAnimation
METHODS
pixbufanimation = Gtk2::Gdk::PixbufAnimation->new_from_file ($filename) o $filename (localized file name) May croak with a Glib::Error in $@ on failure. integer = $animation->get_height boolean = $animation->is_static_image pixbufanimationiter = $animation->get_iter ($start_time_seconds=0, $start_time_microseconds=0) o $start_time_seconds (integer) o $start_time_microseconds (integer) 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_image integer = $animation->get_width
SEE ALSO
Gtk2, Glib::Object
COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Gdk::PixbufAnimation(3pm)
Related Man Pages
gtk2::gc(3) - suse
gtk2::gdk::pangorenderer(3pm) - debian
gtk2::gdk::pixbufloader(3pm) - debian
gtk2::image(3pm) - debian
gtk2::imageview::anim(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?