Added sample showing Alpha drawing for Mac with CoreGraphics

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-08 18:16:06 +00:00
parent 716af436dc
commit 59780c72c6
2 changed files with 64 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ _treeList = [
'BitmapFromBuffer',
'RawBitmapAccess',
'DragScroller',
'AlphaDrawing',
]),
# managed windows == things with a (optional) caption you can close
@@ -232,6 +233,7 @@ _treeList = [
# Images
('Using Images', [
'AlphaDrawing',
'ArtProvider',
'BitmapFromBuffer',
'Cursor',
@@ -247,6 +249,7 @@ _treeList = [
# Other stuff
('Miscellaneous', [
'AlphaDrawing',
'ColourDB',
##'DialogUnits', # needs more explanations
'DragScroller',