kit vs. app
- From: inbox_pub earthlink net
- To: gtkmm-list gnome org
- Subject: kit vs. app
- Date: Wed, 14 Jan 2009 13:37:38 -0600
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!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]