Add BitmapFromBuffer demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-08-23 01:49:28 +00:00
parent c7deb4ab80
commit 0dcc6f2287
2 changed files with 165 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ _treeList = [
'AnalogClock',
'AUI_DockingWindowMgr',
'AUI_Notebook',
'BitmapFromBuffer',
'CheckListCtrlMixin',
'ComboTreeBox',
'Pickers',
@@ -230,6 +231,7 @@ _treeList = [
# Images
('Using Images', [
'ArtProvider',
'BitmapFromBuffer',
'Cursor',
'DragImage',
'GIFAnimationCtrl',