]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_config.i
STC is not a separate library anymore
[wxWidgets.git] / wxPython / src / _config.i
index f3f4d306a87930b43b8913014e9158ea931d01f9..fd02d27e5121dbf9291865968cc8a957295de614 100644 (file)
@@ -419,8 +419,11 @@ public:
                      const wxString& globalFilename = wxPyEmptyString,
                      long style = wxCONFIG_USE_LOCAL_FILE | wxCONFIG_USE_GLOBAL_FILE),
         "", "");
-    
     ~wxFileConfig();
+    
+    static wxString GetGlobalFileName(const wxString& szFile);
+    static wxString GetLocalFileName(const wxString& szFile, int style = 0);
+    
 };