Hi!
I'm pleased to announce the availability of wxGlade release 0.9.0.
wxGlade is a GUI builder for wxWidgets/wxPython. It can create Python, C++, Perl, Lisp and XRC output.
It is implemented in wxPython and supports Python 2/3 with wxPython from 2.8 to 4.
Please download from https://sourceforge.net/projects/wxglade/files/wxglade/0.9.0/
The documentation includes a tutorial that is also suitable for people who have not been using wxPython before.
A snapshot of the included documentation is available here: http://wxglade.sourceforge.net/docs/index.html
*Major changes compared to 0.8:*
*General:*
* new user interface; use Alt-1,-2,-3, the menu or the toolbar to
switch between layouts
* many new keyboard shortcuts
* bug fixes
* small documentation improvements
*Widgets:*
* WrapSizer
* SearchCtrl
* SpinCtrlDouble
* Splitter: ask user whether to add panels; add support for SashGravity
* StaticText: support for Wrap property
* Button, ToggleButton, BitmapButton: support more bitmap properties
(e.g. BitmapCurrent)
* Notebook: context menu items to add a panel
*Generated Code:*
* option to remove all the BEGIN/END wxGlade comments in the generated
code (only with overwrite True)
* Python: unicode strings not escaped if the selected encoding does
not require it
The project repository is on GitHub: https://github.com/wxGlade/wxGlade
The bug tracker is here: https://github.com/wxGlade/wxGlade/issues
The wxGlade mailing list: https://sourceforge.net/p/wxglade/mailman/wxglade-general/
<https://sourceforge.net/p/wxglade/mailman/wxglade-general/>(Both are also linked from the help menu.)
Work on version 1.0 has started. The branch is called NEW_STRUCTURE.
This has a refactored internal structure which should make it much easier to
contribute code and implement future improvements.
Regards,
Dietmar