Wikipedia:

gtkmm

gtkmm is the official [[C++]] interface for the popular GUI library [[GTK+]]. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widgets. You can create user interfaces either in code or with the Glade Interface Designer, using libglademm. gtkmm is free software distributed under the GNU Lesser General Public License (LGPL).

gtkmm stands for gtk minus minus or gtk--.

Example

#include <gtkmm.h>

int main(int argc, char *argv[])
{
    Gtk::Main kit(argc, argv);
    Gtk::Window window;
    Gtk::Main::run(window);
}

This program will create an empty 200 x 200 pixel window.

See also


External links


 
 
 

Join the WikiAnswers Q&A community. Post a question or answer questions about "gtkmm" at WikiAnswers.

 

Copyrights:

Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Gtkmm" Read more

Search for answers directly from your browser with the FREE Answers.com Toolbar!  
Click here to download now. 

Get Answers your way! Check out all our free tools and products.

On this page:   E-mail   print Print  Link  

 

Keep Reading

Mentioned In: