Le mar 23/09/2003 � 06:30, Guy Harris a �crit : > The clist_window structure member doesn't appear to be documented in > the GTK+ API documentation, either for 1.2[.x] or 2.x; unless there's a > documented macro that refers to it, that might mean the GTK+ developers > consider it something applications shouldn't access, and therefore > don't consider it a binary compatibility problem if they move it.
I found what's wrong : our version of gtk/gtkclist.h is #included in all our source files. So when building the gtk+ v2 user interface, we use the GtkCList structure definition from our version of gtkclist.h (i.e. a gtk+ v1.2 structure definition) instead of the right one. I renamed our version of gtkclist.[ch] to avoid conflicts with the includes provided by the system, and put back the clist_window test in main.c Olivier -- I'm also pre-POURED pre-MEDITATED and pre-RAPHAELITE!!
