logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxformbuilder - WYSIWYG GUI Designer and Code Generator for wxWidgets

Authors

       Jose Antonio Hurtado
       Juan Antonio Ortega
       Ryan Mulder
       Ryan Pusztai

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)...]

See Also