File Download:Windows: wxFormBuilder_v3.1.67-beta wxFormBuilder_v3.1.67-beta-archive (Self-Extracting Archive)
Linux: Debian Package:
https://launchpad.net/~wxformbuilder/+archive/release (New PPA)NOTE: To use Python code generation from the wxAdditions plug-in get the latest version
here. I would recommend if you are developing for C++ to use
wxPack. It comes with wxFormBuilder, wxAdditions, and wxWidgets.
It has been built using
TDM MinGW GCC v4.4.1 Unofficial Installer so if you build your own plug-ins use that compiler. Also it is built against
wxWidgets version 2.8.10. Enjoy.
ChangeLog:02/10/2010 Version 3.01.67 (Beta)
* Fixed resolving of name conflicts in stand-alone toolbars and menubars.
^ Context menus are now generated as top-level menus in XRC so function wxXmlResource::LoadMenu()
can be used on them.
^ Implemented XRC preview (F5) for stand-alone MenuBar and ToolBar.
* FS#454 - Python code generation for toolbars
* Fixed Python code generation of SetToolTipString() function for wxPanel
_______________________________________________________________________
Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated