]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_settings.i
Roll wxPyMake_wxSizer into wxPyMake_wxObject.
[wxWidgets.git] / wxPython / src / _settings.i
index b4bc618260cb6060abcd62ab7357f9281908caa6..589efa1c6ac33a1fd73411171305baadccc63ea6 100644 (file)
@@ -165,7 +165,7 @@ public:
     static wxFont GetFont(wxSystemFont index);
 
     // get a system-dependent metric
-    static int GetMetric(wxSystemMetric index);
+    static int GetMetric(wxSystemMetric index, wxWindow* win=NULL);
 
     // return True if the port has certain feature
     static bool HasFeature(wxSystemFeature index);
@@ -199,6 +199,7 @@ public:
     static wxString GetOption(const wxString& name) ;
     static int GetOptionInt(const wxString& name) ;
     static bool HasOption(const wxString& name) ;
+    static bool IsFalse(const wxString& name);
 };