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

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

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

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

Torsten Schoenfeld <kaffeetisch@web.de>

Copyright (C) 2003 by the gtk2-perl team