NAME

Gnome2::Vte - Perl interface to the Virtual Terminal Emulation library

SYNOPSIS

use Gnome2::Vte;

my $window = Gtk2::Window -> new("toplevel");
my $terminal = Gnome2::Vte::Terminal -> new();

$window -> add($terminal);
$window -> show_all();

Gtk2 -> main();

ABSTRACT

This module allows a Perl developer to use the Virtual Terminal Emulator library (libvte for short).

SEE ALSO

Gnome2::Vte::index(3pm), Gtk2(3pm), Gtk2::api(3pm) and http://developer.gnome.org/doc/API/2.0/vte/.

AUTHOR

Torsten Schoenfeld <kaffeetisch@web.de>

COPYRIGHT AND LICENSE

Copyright (C) 2003 by the gtk2-perl team