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
33 Toolbar, bitmap, icon support (no display yet).
35 Changed parameter objects, added support for multiple parameters (like
38 Fixed double-clicking problem with tree control on Windows.
40 Some performance improovements.
46 Added notebook with properties page and style page. Fixed some problems
53 Some fixes suggested by RD
59 Faster preview window refresh.
61 Cut/Paste works better.