Don't display the AUI_* samples for now.

This commit is contained in:
Robin Dunn
2016-07-18 14:38:15 -07:00
parent f91c215009
commit 80c1ba87df
4 changed files with 15 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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',