Hello, In my app. main.cc, there is something like...
---
int main(int argc, char *argv[])
{
Gtk::Main kit(argc, argv);
Class object;
Gtk::Main::run (object);
return 0;
}
---
It would seems a fundamental C++ programming question but, I'd like to
ask you for the best way to transfer the main parameters values to
"Class" member vars...
Could help ?
S.
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list
