Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: oBFusCATed on February 17, 2011, 09:11:30 pm

Title: Add GUI to C::B
Post by: oBFusCATed on February 17, 2011, 09:11:30 pm
What is the preferred way to add new user interfaces (dialogs) to C::B?
1. wxSmith
2. XRC + hand made code
3. something else?

If it is XRC + hand made code, how do you edit the XRC file?
Title: Re: Add GUI to C::B
Post by: MortenMacFly on February 18, 2011, 10:36:02 pm
1. wxSmith
Definitely. It used to be XRC, but wxSmith is way more modern and in fact we should clearly support our own UI designer in the end, shoudln't we?! ;-)

I've designed a lot UI's using wxSmith meanwhile - I see no issues.
Title: Re: Add GUI to C::B
Post by: oBFusCATed on February 18, 2011, 10:47:43 pm
I've just found that editing XRC with wxSmith is way better than wxFormBuilder and XRCed :)
Title: Re: Add GUI to C::B
Post by: cacb on February 19, 2011, 04:23:45 pm
1. wxSmith

wxSmith is excellent. It does what I need. My only worry is if it is being maintained?

Update: Sorry, noted afterwards that this was about adding GUI to C::B, something I have not done. wxSmith is still my preferred GUI editor in general.