]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_settings.i
Patches from KevinO that work around issues where the widget isn't
[wxWidgets.git] / wxPython / src / _settings.i
index 28ba50b29030087547d4bfc13b352f23740a1270..0525c88310d648dadc592a644721b46fabbeaec6 100644 (file)
@@ -175,20 +175,12 @@ public:
 };
 
 
 };
 
 
-%pythoncode {
-%# backwards compatibility aliasses
-SystemSettings_GetSystemColour = SystemSettings_GetColour
-SystemSettings_GetSystemFont   = SystemSettings_GetFont
-SystemSettings_GetSystemMetric = SystemSettings_GetMetric
-}    
-
-
 //---------------------------------------------------------------------------
 
 class wxSystemOptions : public wxObject
 {
 public:
 //---------------------------------------------------------------------------
 
 class wxSystemOptions : public wxObject
 {
 public:
-    wxSystemOptions() { }
+    wxSystemOptions();
 
     // User-customizable hints to wxWindows or associated libraries
     // These could also be used to influence GetSystem... calls, indeed
 
     // User-customizable hints to wxWindows or associated libraries
     // These could also be used to influence GetSystem... calls, indeed