Tested and Committed. In Revision 3574.
The Advanced options shall be unavailable if user selects "Use default wxWidgets settings".
Thanks to momaa, Pecan and Mandrav. 
Biplab, thanks for that. And I *do* appreciate all your hard work.
When debugging CB for hours, or figuring out how some code works, it's important to me to just whip up a simple test case fast and easy.
Spending 20 minutes figuring out why a simple test case won't work makes us old guys forget why we were doing it in the first place.
I have a number of wxWidget configurations on my machine, and I don't want to have to remember the particulars of which one I last set each time I create a test program. The simple wx-config --cflags and --libs will set them for me. Then I can get back to debugging or stepping through the code.
thanks again
pecan