Re: RH8.0 and gtk



On Fri, 2003-03-14 at 13:55, Jim Deas wrote:
> Can anyone tell me what version gtk Redhat has shipped with V8.0?
> I am writing an item where a gtk2.0 specific command will not
> link. Is it possible that Redhat8.0 is still using gtk-1.2 for
> development or that Glade 0.6.4 does not link properly? I changed
> the include commands in the Glade script to use gtk-2.0 but that
> was not enough.

Red Hat 8.0 shipped with development versions of both GTK+-1.2 (1.2.10)
and GTK+-2.0 (2.0.6)

'glade' is for GTK+-1.2, 'glade-2' for GTK+-2.0.

You are probably trying to link your program against GTK+-1.2
but using GTK+-2.0 commands.

>  If the suggestion is to update glade is there a way to get my
> existing project into the new glade package?

The libglade-convert script can often be used to convert .glade
files to to version 2 format. (*)

Regards,
                                     Owen

(*) You shouldn't be using glade to generate code. Instead, use
    it to design your GUI and libglade to load the .glade file.







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