Re: Threads & Glade




thanks, i had just modified the makefile as follows

....
CFLAGS= ... 'pkg-config --cflags gtk+-2.0 gthread-2.0'
....
LIBS='pkg-config --libs gtk+-2.0 gthread-2.0'

Now it's all right ;) .

I have another question. I have to pass from main.c to the gtk interface an array pointer. How can i do this? 
I think using the pointer instead of argv...but i don't know how to read the argument in the gtk callbacks
--
Sent from the Gtk+ - Apps Dev forum at Nabble.com:
http://www.nabble.com/Threads-Glade-t364295.html#a1049606



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