libvtemm Reference Manual

0.24.0

Description

vte is a library implementing Gtk+ widget emulating terminal. The libvtemm C++ binding provides a C++ interface on top of the vte C library.

Overview

The libvtemm API provides a subset of vte functionality. It wraps only VteTerminal, leaving VteReaper, which is deprecated, and VteTerminalAccessible, which author does not see any purpose for programmists using this widget.

Use

To use libvtemm in your C++ application, include the central header file <libvtemm.h> or, for terminal widget only, <libvtemm/terminal.h>. The libvtemm package ships a pkg-config file with the correct include path and link command-line for the compiler.

The source code of the Simple Terminal and GetTexter example programs demonstrate the basic usage of the libvtemm API.

Contact

The best way to ask questions about libvtemm is to use one of below:

Mailing list

Send a mail to gtkmm-list@gnome.org.

IRC

Join c++ channel on irc.gnome.org and ask away.

Source code

Library is developed and placed on GNOME git repository and release tarballs are put on GNOME FTP site.

Browsing the source code

See http://git.gnome.org/browse/libvtemm/.

Getting bleeding edge source code

git clone git://git.gnome.org/libvtemm libvtemm

Getting release tarballs

See http://download.gnome.org/sources/libvtemm/.

License

libvtemm is licensed under GNU Lesser Public License version 3 or (at your option) any later.

Author

This library was written and is maintained by Krzesimir Nowak.


Generated on 10 Apr 2010 for libvtemm by  doxygen 1.6.1