]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listctrl.i
don't inject constructors
[wxWidgets.git] / wxPython / src / _listctrl.i
index c052337dd62f4ed73deebeac0194c9664a373968..d53789b681e6d4192c9492c260c17d0fa5a8f361 100644 (file)
@@ -446,7 +446,9 @@ IMP_PYCALLBACK_INT_LONGLONG(wxPyListCtrl, wxListCtrl, OnGetItemColumnImage);
 
 
 
-
+// NOTE: The following option is set in _settings.i
+//     # Until the new native control for wxMac is up to par, still use the generic one.
+//     SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1)
 
 MustHaveApp(wxPyListCtrl);