10 Jan
2009
10 Jan
'09
10:54 a.m.
bulia byak wrote:
On Tue, Jan 6, 2009 at 10:16 AM, Jasper van de Gronde <th.v.d.gronde@...528...> wrote:
So, if someone who is a bit more familiar with GtkMM (and Inkscape's initialization) could have a look at this, that would be great. This very simply change will make feImage's with references to files work automagically :) (There are probably still a few caveats, but still.)
How about putting it into main() ? It's the usual place for such things.
That's exactly my problem, what is the right main? For example, when searching for Gtk::Main I find it is used in several different places. Is there one "right" place to put such things? And should init_gtkmm_internals() be called before or after Gtk::Main (or doesn't it matter)?