#include #include "win.h" int main(int argc, char *argv[]) { Gtk::Main kit(argc,argv); Win window; Gtk::Main::run(window); return 0; }