I'm writing a GUI Applikation which needs to use native Windows Controls. I'm also using a very exotic programming language with an otherwise complete runtime library. This means i have to write a GUI toolkit language binding anyway.
Without the benefits of being cross platform, C++ and having a lot of other non GUI stuff is it worth using wxWidgets? Will it save me time or will it i run into some problems resulting in the Wxwidgets cross platform abstractions.
I also tried to use MFC but the missing layout manager system (and the ones i checked after reading this question) is serious problem.