mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Disabling "pti.page" RibbonPageTabInfo attribute test. It looks like
wxRibbonPageTabInfoArray isn't being wrapped into a valid Python object.
This commit is contained in:
@@ -54,7 +54,13 @@ class ribbon_bar_Tests(wtc.WidgetTestCase):
|
||||
def test_ribbon_bar3(self):
|
||||
pti = wx.ribbon.RibbonPageTabInfo()
|
||||
pti.rect
|
||||
pti.page
|
||||
|
||||
# Attempting to access pti.page can crash Python
|
||||
# pti.page might need some tweaking in etg/ribbon_bar.py
|
||||
# It has an unusual type in ext/wxWidgets/src/ribbon/bar.cpp:
|
||||
# WX_DEFINE_USER_EXPORTED_OBJARRAY(wxRibbonPageTabInfoArray)
|
||||
# pti.page
|
||||
|
||||
pti.ideal_width
|
||||
pti.small_begin_need_separator_width
|
||||
pti.small_must_have_separator_width
|
||||
|
||||
Reference in New Issue
Block a user