Re: [glade--]gtk combo pb in C++
Christof Petig <[email protected]> Wed, 14 Apr 2004 10:02:01 +0200
| Newsgroups | gmane.comp.gnome.glademm,gmane.comp.gnome.glade.user |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
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)