wxformbuilder - WYSIWYG GUI Designer and Code Generator for wxWidgets
Contents
Description
wxformbuilder is a GUI designer for programs which use wxWidgets. It is a very WYSIWYG designer, because
it uses the actual controls to show the result, not some fake representation.
Features include generation of C++ or XRC code, custom plugin support, and import of XRC code.
Examples
Generate XRC code from myproject.fbp
wxformbuilder --generate --language XRC myproject.fbp
History
2007 - Initial version
Ryan Mulder 28 August 2007 WXFORMBUILDER(1)
Name
wxformbuilder - WYSIWYG GUI Designer and Code Generator for wxWidgets
Options
-h,--help
Displays the list of accepted command-line arguments.
-g,--generate
Generate code from the passed file.
-l,--language
Override the code_generation property from the passed file and generate the passed languages.
Separate multiple languages with commas.
Synopsis
wxformbuilder[-g][-l<str>][-h][filename(s)...]
