Re: Gnome::Main vs Gtk::Main



On Tue, 2006-09-26 at 18:44 +0100, Russel Winder wrote:
> Ross Burton pointed out to me earlier today that libgnome and libgnomeui
> are destined for demise so I assume libgnomemm and libgnomeuimm are.  So
> I thought I would remove my use of these.  However, in changing from
> using:
> 
> Gnome::Main application ( "GFontBrowser" , VERSION ,
> Gnome::UI::module_info_get ( ) , ac , av ) ;
> 
> which worked fine to using:
> 
> Gtk::Main application ( ac , av ) ;
> 
> I find I get the enclosed appearing on the console.  Is there a hint
> anywhere what I am doing wrong?

Gnome::Main initializes the backend wrapping of various libgnome types
that is not done by Gtk::Main. if you are using libgnomemm types, you
must use Gnome::Main






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]