Form Designer Options
Code Generation Options:
The form designer generates wxWidgets C++ code. Some preferences for the code generation can be set through the Tools menu and selecting Designer Options.
- Generate XRC Code - When checked, the standard wxWidgets C++ code is replaced by wxWidgets XRC code. XRC is wxWidgets XML-based resource system.
- String Internationalization - When the code generator passes strings to the wxWidgets component properties, it uses this function as a wrapper. Choices are wxT(), _T(), and _().
- Sizer Options - Allows the sizer code to use the predefines wxDefaultPosition and wxDefaultSize rather than a numerical value.