Show the AlphaDrawing sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-16 21:55:41 +00:00
parent 9b9401385f
commit 2c7816ffd1

View File

@@ -60,7 +60,6 @@ _treeList = [
'BitmapFromBuffer',
'RawBitmapAccess',
'DragScroller',
## 'AlphaDrawing',
'DelayedResult',
'ExpandoTextCtrl',
'ButtonPanel',
@@ -68,6 +67,7 @@ _treeList = [
'CustomTreeCtrl',
'AboutBox',
'AnimateCtrl',
'AlphaDrawing',
]),
# managed windows == things with a (optional) caption you can close
@@ -245,7 +245,7 @@ _treeList = [
# Images
('Using Images', [
## 'AlphaDrawing',
'AlphaDrawing',
'AnimationCtrl',
'ArtProvider',
'BitmapFromBuffer',
@@ -261,7 +261,7 @@ _treeList = [
# Other stuff
('Miscellaneous', [
## 'AlphaDrawing',
'AlphaDrawing',
'ColourDB',
##'DialogUnits', # needs more explanations
'DragScroller',