GUI Namespace

Post here wxCrafter related issues / features / bugs
Punch
CodeLite Curious
Posts: 1
Joined: Tue May 17, 2016 10:54 am
Genuine User: Yes
IDE Question: c++
Contact:

GUI Namespace

Post by Punch »

Hey,

I'm evaluating wxCrafter with an eye to migrating over from wxFormBuilder. So far everything seems pretty good, but one thing I am missing is a way to wrap all generated code up into a namespace. wxFormBuilder does this with the "namespace" property on the project node, but there doesn't seem to be any equivalent in wxCrafter.

Is this possible at all? Maybe via some kind of work-around (I thought about adding an additional include file that opens the namespace, but I couldn't find any way to close it afterwards).

Thanks!
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: GUI Namespace

Post by eranif »

You can't do this with wxCrafter

Eran
Make sure you have read the HOW TO POST thread
Post Reply