#include int main (int argc, char* argv[]) { Gtk::Main toolkit (argc, argv); Gtk::Window window; toolkit.run (window); return 0; }