The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gnome2::Vte - Perl interface to the VTE library

SYNOPSIS

  use Gnome2::Wnck;
  Gtk2 -> init();

  my $screen = Gnome2::Wnck::Screen -> get_default();
  $screen -> force_update();

  my $pager = Gnome2::Wnck::Pager -> new($screen);
  my $tasklist = Gnome2::Wnck::Tasklist -> new($screen);

ABSTRACT

This module allows a Perl developer to use the Window Navigator Construction Kit library (libwnck for short) to write tasklists and pagers.

SEE ALSO

Gtk2, Gtk2::api and the source code of libwnck.

AUTHOR

Torsten Schoenfeld <kaffeetisch@web.de>