test code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-11-11 07:42:26 +00:00
parent 73470a1747
commit a28f3b613b

View File

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