Can gtkmm be used in a plugin of a normal plain gtk application, i.e. with an existing separate gtk main loop?

2011-02-16 Thread Christian Stimming
Dear list, I've browsed through the docs and mailing list archive a bit but didn't find the answer to this question, so I'm asking here directly: I have a (large) gtk application written in plain C. The application allows plugins to be loaded a run-time and offers the usual hooks so that

Re: Can gtkmm be used in a plugin of a normal plain gtk application, i.e. with an existing separate gtk main loop?

2011-02-16 Thread Krzysztof KosiƄski
2011/2/16 Christian Stimming christ...@cstimming.de: My question is whether gtkmm can be used in this context. Can the Gtk::Main initialization done in a way that hooks gtkmm's expected main loop to a pre-existing other conventional-gtk main loop? The API of Gtk::Main obviously doesn't offer