4 Some command-line arguments.
6 "Test window" command and toolbar button.
8 New panel interphace (wxHTMLWindow is not used anymore).
10 Toggling between embedded and detached panel.
12 Cache for already used windows.
14 Current top-level control is bold, if test window shown.
18 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
21 contrib/src/xrc/xmlrsall.cpp
23 < AddHandler(new wxListCtrlXmlHandler);
26 > AddHandler(new wxListCtrlXmlHandler);
27 > #if wxUSE_CHECKLISTBOX
34 Toolbar, bitmap, icon support (no display yet).
36 Changed parameter objects, added support for multiple parameters (like
39 Fixed double-clicking problem with tree control on Windows.
41 Some performance improovements.
47 Added notebook with properties page and style page. Fixed some problems
54 Some fixes suggested by RD
60 Faster preview window refresh.
62 Cut/Paste works better.