Add a GraphicsContext sample to the demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-26 03:34:54 +00:00
parent be68621e1e
commit 51aad6d34f
4 changed files with 145 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ _treeList = [
'AboutBox',
'AnimateCtrl',
'AlphaDrawing',
'GraphicsContext',
]),
# managed windows == things with a (optional) caption you can close
@@ -268,6 +269,7 @@ _treeList = [
'DrawXXXList',
'FileHistory',
'FontEnumerator',
'GraphicsContext',
'GLCanvas',
'Joystick',
'MimeTypesManager',