Re: [glade--]gtk combo pb in C++



Nicolas Montavont schrieb:
glademm simply complains about deprecated widgets being used in the xml file (it's a warning IIRC).


Yes I can understand that, but it is glade-2 that generates the .xml file. So why does it use deprecated widgets ?

because the deprecated widgets are accessible by gtk+ but not wrapped within gtkmm. So C code can use them, C++ code can't.

And until 2.4 combo used deprecated widgets internally.

   Christof (looking into the compilation issue)



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