Remove some items from the Recent additions list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-02 23:19:29 +00:00
parent eee9bf2e5c
commit c81f58f7e5

View File

@@ -47,13 +47,6 @@ import images
_treeList = [ _treeList = [
# new stuff # new stuff
('Recent Additions/Updates', [ ('Recent Additions/Updates', [
'AnalogClock',
'AUI_DockingWindowMgr',
'AUI_Notebook',
'CheckListCtrlMixin',
'ComboTreeBox',
'Pickers',
'PseudoDC',
'RichTextCtrl', 'RichTextCtrl',
'Treebook', 'Treebook',
'Toolbook', 'Toolbook',
@@ -66,7 +59,6 @@ _treeList = [
'FlatNotebook', 'FlatNotebook',
'CustomTreeCtrl', 'CustomTreeCtrl',
'AboutBox', 'AboutBox',
'AnimateCtrl',
'AlphaDrawing', 'AlphaDrawing',
'GraphicsContext', 'GraphicsContext',
'CollapsiblePane', 'CollapsiblePane',