X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8c4ab9cbc8af96c28ae17f34998bd2a46757990..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/src/_stdpaths.i?ds=sidebyside diff --git a/wxPython/src/_stdpaths.i b/wxPython/src/_stdpaths.i index a190b0ebad..f76a03d2d9 100644 --- a/wxPython/src/_stdpaths.i +++ b/wxPython/src/_stdpaths.i @@ -158,7 +158,17 @@ and GetResourcesDir()/lang.lproj under Mac but is something quite different under Unix for the message catalog category (namely the standard prefix/share/locale/lang/LC_MESSAGES.)", ""); - + DocDeclStr( + virtual wxString , GetDocumentsDir() const, + "Return the Documents directory for the current user. + +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.