mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Remove the not-recent recent additions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
]),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user