NAME

Gtk2::ImageView - Perl bindings to the GtkImageView image viewer widget

SYNOPSIS

use Gtk2::ImageView;
Gtk2->init;

$window = Gtk2::Window->new();

$view = Gtk2::ImageView->new;
$view->set_pixbuf($pixbuf, TRUE);
$window->add($view);

$window->show_all;

ABSTRACT

Perl bindings to the GtkImageView image viewer widget Find out more about GtkImageView at http://trac.bjourne.webfactional.com/.

The Perl bindings follow the C API very closely, and the C reference should be considered the canonical documentation.

Be sure to check out the example programs in the "examples" directory.

DESCRIPTION

The Gtk2::ImageView module allows a Perl developer to use the GtkImageView image viewer widget. Find out more about GtkImageView at http://trac.bjourne.webfactional.com/.

To discuss Gtk2::ImageView or gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org.