Please explain or point me to the documentation that explains the difference between kit() and app().
I have not been able to find it.

In most of the examples, main contains:
Gtk::Main kit(argc, argv);
. . .
kit.run();

However, in Chapter 21. Timeouts, I/O and Idle Functions:
Gtk::Main app(argc, argv[]);
. . .
Gtk::Main::run(example);

Thanks!
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to