I need some advice on installing Code::Blocks GUI components.
I have installed Code::Blocks v8.02, gcc v4.1.2 and gcc-c++ v4.1.2. Code::Blocks runs and I can compile Hello World. So far so good.
Now I would like to write some simple form based GUI's. A few buttons, some data entry boxes and draw some graphs. I usually do this on Windows with Visual Studio, C++ and MFC.
So I need some advice on what additional components to install to provide me with a MFC like GUI capability in Code::Blocks. I'd prefer something with a drag and drop form builder.
I see in Code::Blocks there are project wizards for OpenGL, GTK+, wxWidgets and others. Which of these should I be considering ?
Do any of these components provide a drag and drop form builder ?
Is the cross platform support wxWidgets claims really worthwhile ?
Also I'd appreciate any advice on installing the components given that I will be running them on Acers limited version of Linpus Lite (based on Fedora

which is behind the current Fedora release. E.G. which components will or will not install on Fedora 8 ?
Regards, Jape