]> git.saurik.com Git - wxWidgets.git/commitdiff
test code
authorRobin Dunn <robin@alldunn.com>
Sat, 11 Nov 2006 07:42:26 +0000 (07:42 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 11 Nov 2006 07:42:26 +0000 (07:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/ListCtrl_virtual.py

index 8d842da7737b24a5d5dd6a2302c543886ba76636..c050880a134e79cdb1a73359a3d4cf92b934e979 100644 (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