Re: Date and ComboBox - Compilation problems

2006-04-08 Thread Geoffroy Culot
Andrea Zagli a écrit : i think you're using an old version of gnomeui, for gtk1.2 for debian the right packages are libgnomeui-0 and libgnomeui-dev; the old version is libgnomeui32 I'll search in this direction ... If it is important, I work under Fedora FC5 x86_64. Thank you very much, Ge

Re: Date and ComboBox

2006-04-07 Thread Andrea Zagli
Il giorno ven, 07/04/2006 alle 19.31 +0200, Geoffroy Culot ha scritto: > I try to compile my apllication witch use GTK+2.0 and now GnomeUI for a > GnomeDateEdit > > Before the addition of the Gnome Widget , I was using this command > > gcc `pkg-config --libs --cflags gtk+-2.0` GTK1.c -o GTK1 >

Re: Date and ComboBox

2006-04-07 Thread Geoffroy Culot
Hello all, I try to compile my apllication witch use GTK+2.0 and now GnomeUI for a GnomeDateEdit Before the addition of the Gnome Widget , I was using this command gcc `pkg-config --libs --cflags gtk+-2.0` GTK1.c -o GTK1 and all was ok. Now, I try this ( and many other combination of argumen

Re: Date and ComboBox

2006-04-06 Thread Geoffroy Culot
Andrea Zagli a écrit : Il giorno mer, 05/04/2006 alle 08.48 +0200, Geoffroy Culot ha scritto: I'm a beginner in GTK programming, and I'm looking for a date piker ... a date selector witch use a combo box and a calendar object. I see that this widget exist (GnuCash ?) but I'm not able to find

Re: Date and ComboBox

2006-04-05 Thread Andrea Zagli
Il giorno mer, 05/04/2006 alle 08.48 +0200, Geoffroy Culot ha scritto: > I'm a beginner in GTK programming, and I'm looking for a date piker ... > a date selector witch use a combo box and a calendar object. > > I see that this widget exist (GnuCash ?) but I'm not able to find it now > ... Do yo