X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46992103a38308dbb87a455e87105ae3fdadedaf..26ee65c723cf55822c540506f064ec11d9b26858:/wxPython/src/_stdpaths.i?ds=sidebyside diff --git a/wxPython/src/_stdpaths.i b/wxPython/src/_stdpaths.i index 2b38bdd13c..8a9a73e216 100644 --- a/wxPython/src/_stdpaths.i +++ b/wxPython/src/_stdpaths.i @@ -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.