Add raw bitmap access sample to the demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-08-27 09:11:47 +00:00
parent 5e26ba70aa
commit ecc0e221ee
3 changed files with 83 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ _treeList = [
'AnalogClock',
'AUI_DockingWindowMgr',
'AUI_Notebook',
'BitmapFromBuffer',
'CheckListCtrlMixin',
'ComboTreeBox',
'Pickers',
@@ -58,6 +57,8 @@ _treeList = [
'RichTextCtrl',
'Treebook',
'Toolbook',
'BitmapFromBuffer',
'RawBitmapAccess',
]),
# managed windows == things with a (optional) caption you can close
@@ -239,6 +240,7 @@ _treeList = [
'ImageAlpha',
'ImageFromStream',
'Mask',
'RawBitmapAccess',
'Throbber',
]),