Author Topic: GUI Program compatible with Code::Blocks  (Read 3918 times)

blackiron1

  • Guest
GUI Program compatible with Code::Blocks
« on: January 17, 2011, 12:14:34 pm »
Hello:

I just started learning Code:Blocks and C+ + and was wandering if anybody knows of a GUI builder program usable with Code:Blocks for the Imac?

I don't want to just write Command line software

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: GUI Program compatible with Code::Blocks
« Reply #1 on: January 17, 2011, 12:50:14 pm »
You can try the wxSmith plugin.
It generates the gui code in applications using wxWidgets.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: GUI Program compatible with Code::Blocks
« Reply #2 on: January 17, 2011, 04:48:20 pm »
Hello:

I just started learning Code:Blocks and C+ + and was wandering if anybody knows of a GUI builder program usable with Code:Blocks for the Imac?

I don't want to just write Command line software

There is also wxFormBuilder. It can also be used for projects built inside Code::Blocks.