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