diff --git a/demo/agw/__demo__.py b/demo/agw/__demo__.py index a598dedd..cc4d18bf 100644 --- a/demo/agw/__demo__.py +++ b/demo/agw/__demo__.py @@ -73,26 +73,7 @@ def GetRecentAdditions(): into the Recent Additions tree item in the wxPython demo. """ - # For the moment, we add all the widgets in AGW as - # Recent Additions - if wx.VERSION < (2, 9): - recentAdditions = ['AdvancedSplash', 'AquaButton', 'AUI', 'BalloonTip', - 'ButtonPanel', 'CubeColourDialog', 'CustomTreeCtrl', - 'FlatMenu', 'FlatNotebook', 'FloatSpin', - 'FoldPanelBar', 'FourWaySplitter', 'GenericMessageDialog', - 'GradientButton', 'HyperLinkCtrl', 'HyperTreeList', - 'AGWInfoBar', 'KnobCtrl', 'LabelBook', 'MultiDirDialog', - 'PeakMeter', 'PersistentControls', 'PieCtrl', 'PyBusyInfo', - 'PyCollapsiblePane', 'PyProgress', 'RibbonBar', 'RulerCtrl', - 'ShapedButton', 'ShortcutEditor', 'SpeedMeter', 'SuperToolTip', - 'ThumbnailCtrl', 'ToasterBox', 'UltimateListCtrl', - 'XLSGrid', 'ZoomBar'] - elif wx.VERSION < (2,9,2): - recentAdditions = ['AUI', 'AGWInfoBar', 'PersistentControls', 'PyBusyInfo', 'PyGauge', - 'RibbonBar', 'ShortcutEditor', 'UltimateListCtrl', - 'XLSGrid', 'ZoomBar'] - else: - recentAdditions = ['AGWInfoBar', 'PersistentControls', 'ShortcutEditor', 'XLSGrid'] + recentAdditions = [] # Return the Recent Additions for AGW return recentAdditions diff --git a/demo/demodata.py b/demo/demodata.py index fff20122..83884150 100644 --- a/demo/demodata.py +++ b/demo/demodata.py @@ -38,13 +38,6 @@ _demoPngs = ["overview", "recent", "frame", "dialog", "moredialog", "core", _treeList = [ # new stuff ('Recent Additions/Updates', [ - 'FileCtrl', - 'Overlay', - 'RearrangeDialog', - 'RichMessageDialog', - 'ToolTip', - 'TimePickerCtrl', - 'BannerWindow', 'Simplebook', ]),