No it doesn't. I had thoughts of it, but it's quite the behemoth.
> If not, do I just unzip the 'DEV' packages from gtk.org
> into the mingw hierarchy?
Well, you would need the Windows version of GTK and it is probably
quite difficult to set up for development. I've never done it so I
can't really offer any advice beyond that.
Doug.
OK. You will likely need to manually configure your projects to find
the GTK packages no matter where you put them. GTK projects generally
use pkg-config in Makefiles to generate the compiler and linker
options. pkg-config may have requirements on where you install the
headers and libraries.
There's not built-in support for GTK/pkg-config in CDT even on Linux,
so you're a bit on your own here.