// 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);
};
+
+// %pythoncode {
+// %# backwards compatibility aliasses
+// SystemSettings_GetSystemColour = SystemSettings_GetColour
+// SystemSettings_GetSystemFont = SystemSettings_GetFont
+// SystemSettings_GetSystemMetric = SystemSettings_GetMetric
+// }
+
+
//---------------------------------------------------------------------------
class wxSystemOptions : public wxObject