want to make GUI for my programs in code blocks

How to make GUI for programs in code blocks ?

anylinks available ??
I'm a big GTK+ fan. The C++ bindings for GTK+ is called gtkmm and is dead simple to use. It might be a pain getting it all set up on windows with codeblocks though. Check out the documentation anyway, you might be able to figure it out:

http://www.gtkmm.org/en/documentation.html
Last edited on
Topic archived. No new replies allowed.