X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..35095c028d472a2d0b9607a9430a468765a16e3f:/wxPython/src/_settings.i diff --git a/wxPython/src/_settings.i b/wxPython/src/_settings.i index 2f9fd14475..379a988fac 100644 --- a/wxPython/src/_settings.i +++ b/wxPython/src/_settings.i @@ -161,7 +161,7 @@ public: // get a system-dependent metric static int GetMetric(wxSystemMetric index); - // return true if the port has certain feature + // return True if the port has certain feature static bool HasFeature(wxSystemFeature index); @@ -174,6 +174,15 @@ public: }; + +// %pythoncode { +// %# backwards compatibility aliasses +// SystemSettings_GetSystemColour = SystemSettings_GetColour +// SystemSettings_GetSystemFont = SystemSettings_GetFont +// SystemSettings_GetSystemMetric = SystemSettings_GetMetric +// } + + //--------------------------------------------------------------------------- class wxSystemOptions : public wxObject