]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_stdpaths.i
wxX11 Unicode compilation fix
[wxWidgets.git] / wxPython / src / _stdpaths.i
index 2b38bdd13c3c256006a876043d314c1f92f0d179..8a9a73e21612f10c8d4418e51bbc49c2b53207c9 100644 (file)
@@ -75,6 +75,12 @@ public:
     }
 
 
+    DocDeclStr(
+        virtual wxString , GetExecutablePath() const,
+        "Return the path (directory+filename) of the running executable or an
+empty string if it couldn't be determined.  The path is returned as an
+absolute path whenever possible.", "");
+    
     
     DocDeclStr(
         virtual wxString , GetConfigDir() const,
@@ -165,7 +171,10 @@ standard prefix/share/locale/lang/LC_MESSAGES.)", "");
 C:\Documents and Settings\username\Documents under Windows,
 $HOME under Unix and ~/Documents under Mac", "");
     
-       
+    DocDeclStr(
+        virtual wxString , GetTempDir() const,
+        "Return the user's directory for temporary files.", "");
+    
     
     DocStr(SetInstallPrefix,
            "Set the program installation directory which is /usr/local by default.