test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
73470a1747
commit
a28f3b613b
@ -85,6 +85,9 @@ class TestVirtualList(wx.ListCtrl):
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
# for testing the new native control on wxMac
|
||||
#wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 0)
|
||||
|
||||
def runTest(frame, nb, log):
|
||||
win = TestVirtualList(nb, log)
|
||||
return win
|
||||
|
Loading…
Reference in New Issue
Block a user