Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::gdk::pixbufloader(3pm) [debian man page]

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

NAME
Gtk2::Gdk::PixbufLoader - wrapper for GdkPixbufLoader HIERARCHY
Glib::Object +----Gtk2::Gdk::PixbufLoader METHODS
pixbufloader = Gtk2::Gdk::PixbufLoader->new pixbufloader = Gtk2::Gdk::PixbufLoader->new_with_mime_type ($mime_type) May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.4 pixbufloader = Gtk2::Gdk::PixbufLoader->new_with_type ($image_type) May croak with a Glib::Error in $@ on failure. pixbufanimation or undef = $loader->get_animation $loader->close May croak with a Glib::Error in $@ on failure. hash reference = $loader->get_format Since: gtk+ 2.2 pixbuf = $loader->get_pixbuf $loader->set_size ($width, $height) o $width (integer) o $height (integer) Since: gtk+ 2.2 boolean = $loader->write ($buf) o $buf (scalar) May croak with a Glib::Error in $@ on failure. SIGNALS
closed (Gtk2::Gdk::PixbufLoader) size-prepared (Gtk2::Gdk::PixbufLoader, integer, integer) area-prepared (Gtk2::Gdk::PixbufLoader) area-updated (Gtk2::Gdk::PixbufLoader, integer, integer, integer, integer) 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::PixbufLoader(3pm)

Check Out this Related Man Page

Gtk2::GC(3)						User Contributed Perl Documentation					       Gtk2::GC(3)

NAME
Gtk2::GC DESCRIPTION
These functions provide access to a shared pool of Gtk2::Gdk::GC objects. When a new Gtk2::Gdk::GC is needed, Gtk2::Gdk::GC::get is called with the required depth, colormap and Gtk2::Gdk::GCValues. If a Gtk2::Gdk::GC with the required properties already exists then that is returned. If not, a new Gtk2::Gdk::GC is created. [From: http://developer.gnome.org/doc/API/2.0/gtk/gtk-Graphics-Contexts.html <http://developer.gnome.org/doc/API/2.0/gtk/gtk-Graphics- Contexts.html>] HIERARCHY
Glib::Object +----Gtk2::Gdk::GC +----Gtk2::GC METHODS
gc = Gtk2::GC->get ($depth, $colormap, $values) o $depth (integer) o $colormap (Gtk2::Gdk::Colormap) o $values (Gtk2::Gdk::GCValues) Values to match $values is a hashref with keys and values as per "Gtk2::Gdk::GC->new" (see Gtk2::Gdk::GC). Compatibility Before version 1.200 of the Gtk2 perl module, it was necessary to call "Gtk2::GC::release()" on GCs obtained from "Gtk2::GC::get()". As of version 1.200, this is no longer necessary; a GC will be released when the last perl reference goes away. Old-style code continues to work, but "Gtk2::GC::release()" is deprecated. SEE ALSO
Gtk2 COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::GC(3)
Man Page