10 Jan
2009
10 Jan
'09
4:34 p.m.
bulia byak wrote:
On Sat, Jan 10, 2009 at 6:54 AM, Jasper van de Gronde
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)?
The main main is in main.cpp :) it has no prefixes. It calls Application::run which in turn calls either main_gui or main_console.
From what I can tell this is not used by inkview. So I'll just add it to both main.cpp and inkview.cpp and hope that the order is okay (it doesn't give any problems for me).