treeview



i compiled my pgm using 
-> gcc -Wall -g filename.c -o filename $CFLAGS `gtk-config --cflags`
`gtk-config --libs`.
i got the error like this, 

error: `GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER' undeclared (first
        use in this function)
error: `GTK_STOCK_CANCEL' undeclared (first use in this function)
error: `GTK_RESPONSE_CANCEL' undeclared (first use in this function)
error: `GTK_STOCK_OPEN' undeclared (first use in this function)
error: `GTK_RESPONSE_ACCEPT' undeclared (first use in this function)

how to resolve the errors.

thanks;

vasu.





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