X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8b67ceba6d67284f59cdb5fad34e6bdffa9a3b8..9ac884500ce30c58e24b0a6af1288b576d2e03e4:/wxPython/src/_settings.i diff --git a/wxPython/src/_settings.i b/wxPython/src/_settings.i index 589efa1c6a..f45d1fe3b9 100644 --- a/wxPython/src/_settings.i +++ b/wxPython/src/_settings.i @@ -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) +} + + //---------------------------------------------------------------------------