]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_settings.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _settings.i
index 589efa1c6ac33a1fd73411171305baadccc63ea6..f45d1fe3b9b0babdc9ceb76d3778dd250debe81b 100644 (file)
@@ -129,7 +129,8 @@ enum wxSystemMetric
 enum wxSystemFeature
 {
     wxSYS_CAN_DRAW_FRAME_DECORATIONS = 1,
-    wxSYS_CAN_ICONIZE_FRAME
+    wxSYS_CAN_ICONIZE_FRAME,
+    wxSYS_TABLET_PRESENT 
 };
 
 
@@ -204,4 +205,10 @@ public:
 
 
 
+%pythoncode {
+    %# Until the new native control for wxMac is up to par, still use the generic one.
+    SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1)
+}
+
+
 //---------------------------------------------------------------------------