Re: Date and ComboBox - Compilation problems

2006-04-08 Thread Geoffroy Culot
very much, Geoffroy Culot ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

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

Date and ComboBox

2006-04-04 Thread Geoffroy Culot
Hello all, 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 you have an idea for me ? Thanks,