mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Don't display the AUI_* samples for now.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user