]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_settings.i
Use default window IDs
[wxWidgets.git] / wxPython / src / _settings.i
index 2f9fd14475958c47d9b9cf5e575593887c77e445..0525c88310d648dadc592a644721b46fabbeaec6 100644 (file)
@@ -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,12 +174,13 @@ 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