_treeList = [
# new stuff
('Recent Additions/Updates', [
- 'RichTextCtrl',
- 'Treebook',
- 'Toolbook',
- 'BitmapFromBuffer',
- 'RawBitmapAccess',
- 'DragScroller',
- 'DelayedResult',
- 'ExpandoTextCtrl',
- 'ButtonPanel',
- 'FlatNotebook',
- 'CustomTreeCtrl',
- 'AboutBox',
- 'AlphaDrawing',
- 'GraphicsContext',
- 'CollapsiblePane',
- 'ComboCtrl',
- 'OwnerDrawnComboBox',
- 'BitmapComboBox',
- 'I18N',
- 'Img2PyArtProvider',
- 'SearchCtrl',
- 'SizedControls',
- 'AUI_MDI',
]),
# managed windows == things with a (optional) caption you can close
'Throbber',
'Ticker',
'TimeCtrl',
+ 'TreeMixin',
'VListBox',
]),
os.makedirs(GetModifiedDirectory())
if not os.path.exists(GetModifiedDirectory()):
wx.LogMessage("BUG: Created demo directory but it still doesn't exist")
- raise AssetionError
+ raise AssertionError
except:
wx.LogMessage("Error creating demo directory: %s" % GetModifiedDirectory())
return
def OnOpenWidgetInspector(self, evt):
# Activate the widget inspection tool
- from wx.lib.inspect import InspectionTool
+ from wx.lib.inspection import InspectionTool
if not InspectionTool().initialized:
InspectionTool().Init()