diff --git a/demo/AUI_DockingWindowMgr.py b/demo/AUI_DockingWindowMgr.py index c177bd3f..c9b3461d 100644 --- a/demo/AUI_DockingWindowMgr.py +++ b/demo/AUI_DockingWindowMgr.py @@ -1,5 +1,9 @@ #!/usr/bin/env python + +# NOTE: The wx.aui library is not currently wrapped in Phoenix, so this sample +# is not shown in the demo to help reduce confusion. + import wx import wx.grid import wx.html diff --git a/demo/AUI_MDI.py b/demo/AUI_MDI.py index 908768fa..aea53240 100644 --- a/demo/AUI_MDI.py +++ b/demo/AUI_MDI.py @@ -1,5 +1,9 @@ #!/usr/bin/env python + +# NOTE: The wx.aui library is not currently wrapped in Phoenix, so this sample +# is not shown in the demo to help reduce confusion. + import wx try: from agw import aui diff --git a/demo/AUI_Notebook.py b/demo/AUI_Notebook.py index 374e7412..de7049d8 100644 --- a/demo/AUI_Notebook.py +++ b/demo/AUI_Notebook.py @@ -1,5 +1,9 @@ #!/usr/bin/env python +# NOTE: The wx.aui library is not currently wrapped in Phoenix, so this sample +# is not shown in the demo to help reduce confusion. + + import wx try: from agw import aui diff --git a/demo/demodata.py b/demo/demodata.py index 73108469..ff437fcc 100644 --- a/demo/demodata.py +++ b/demo/demodata.py @@ -50,8 +50,8 @@ _treeList = [ # managed windows == things with a (optional) caption you can close ('Frames and Dialogs', [ - 'AUI_DockingWindowMgr', - 'AUI_MDI', + #'AUI_DockingWindowMgr', wx.aui is not in Phoenix yet, so show just the AGW demo + #'AUI_MDI', 'Dialog', 'Frame', 'MDIWindows', @@ -132,7 +132,7 @@ _treeList = [ ]), ('"Book" Controls', [ - 'AUI_Notebook', + #'AUI_Notebook', (See above) 'Choicebook', 'FlatNotebook', 'Listbook',