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
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
>
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
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
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