mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Add wx.NotebookPage alias
This commit is contained in:
@@ -44,6 +44,9 @@ class notebook_Tests(wtc.WidgetTestCase):
|
||||
nb.AddPage(p2, "Page2")
|
||||
nb.SetSelection(0)
|
||||
|
||||
def test_notebookPageAlias(self):
|
||||
assert wx.NotebookPage is wx.Window
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user