Ross McFarland > Gnome2-Vte-0.02 > Gnome2::Vte

Download:
Gtk2-Perl/Gnome2-Vte-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source   Latest Release: Gnome2-Vte-0.09

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