gtkmm
Interfaces C++ para GTK e GNOME
Interfaces C++ para GTK e GNOME
gtkmm is the official C++ interface for the popular GUI library GTK. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. You can create user interfaces either in code or with the Cambalache User Interface designer, using Gtk::Builder. There's extensive documentation, including API reference and a tutorial.
gtkmm é um software livre distribuído sob a Licença Pública Geral de Biblioteca GNU (LGPL).
gtkmm é um kit de ferramentas de interface gráfica e nada mais, e visa ser o melhor kit de ferramentas de C++. Este encargo não inclui estruturas de dados C++ genéricas, um interpretador XML ou um acesso a banco de dados. Mesmo nosso sistema de sinais/slots é parte de uma biblioteca separada (libsigc++). Porém, gtkmm é desenhado para funcionar bem com todas as outras bibliotecas C++.
Be sure to check out our companion libraries, glibmm (UTF8 strings, etc), pangomm (font layout), libsigc++ (signal/slots) and libxml++ (XML parser).