On 6/5/06, Hargobind Khalsa <khalsah gmail com> wrote:
I wonder why the documentation says a Gtk::Main object can't be > created in the global scope. Apparently, that's what I want to do, as > I can't put it inside main(). > > Why not? You note that you can't change main but I don't see any reason for this. You could also probably store the object in your GUI struct... but there might be some problem I'm not seeing with that.
main() is autogenerated for me. (it's complicated)