Re: Gnome::Main vs Gtk::Main
- From: Paul Davis <paul linuxaudiosystems com>
- To: Russel Winder <russel russel org uk>
- Cc: GTKmm List <gtkmm-list gnome org>
- Subject: Re: Gnome::Main vs Gtk::Main
- Date: Tue, 26 Sep 2006 13:50:38 -0400
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]