Re: gnome-file-entry

2011-02-01 Thread Jacques Pelletier
On Tuesday 01 February 2011 21:57:04 Jacques Pelletier wrote: > Hi all, > > I would like to upgrade my application to GTK 3 but I still use > gnome_file_entry functions which are deprecated. Is there some equivalent > in GTK and some examples how to use them? > > JP > ___

gnome-file-entry

2011-02-01 Thread Jacques Pelletier
Hi all, I would like to upgrade my application to GTK 3 but I still use gnome_file_entry functions which are deprecated. Is there some equivalent in GTK and some examples how to use them? JP ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome

Re: Couldn't link my app with GTK+ 3

2011-02-01 Thread Jaroslav Šmíd
export PKG_CONFIG_PATH=/usr/lib/pkgconfig/ ./configure pkg-config used in confugure script will use glib-2.0.pc from that location. PKG_CONFIG_PATH should point to your new glib's ${libdir}/pkgconfig/ Your old glib doesn't seem to have functions/symbols used in gtk-3 and you will need to use

GTK+ 2.99.3 released

2011-02-01 Thread Matthias Clasen
GTK+ 2.99.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.99/ http://download.gnome.org/sources/gtk+/2.99/ 03dd37fd89fe0f0cea688cb077192b5ff95325b66d53d724c7511d36b6e90496 gtk +-2.99.3.tar.bz2 b456ab2b90c550cca9596bc5a939eb87dc4d0af3d502c180ec2fa4718a0ced61 gtk +-2.99.3.tar.gz

Re: gobject construction with parameter

2011-02-01 Thread James Morris
On 1 February 2011 00:39, James Morris wrote: > On 31 January 2011 13:32, Jannis Pohlmann wrote: > >>> Can anyone point me in the direction of code examples where the >>> construction of the g object requires a parameter so I can see how to >>> do it please? - I can't make sense of the documentat