X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9d6f3a4730294521f45c227fed8628ecadb8460..c1aa5517acff9ce039adcd6502db2e88cdd886c7:/wxPython/src/gtk/_misc.py diff --git a/wxPython/src/gtk/_misc.py b/wxPython/src/gtk/_misc.py index 8f3d0c9d2e..802f891da9 100644 --- a/wxPython/src/gtk/_misc.py +++ b/wxPython/src/gtk/_misc.py @@ -5789,6 +5789,17 @@ class StandardPaths(object): """ return _misc_.StandardPaths_GetLocalizedResourcesDir(*args, **kwargs) + def GetDocumentsDir(*args, **kwargs): + """ + GetDocumentsDir(self) -> String + + Return the Documents directory for the current user. + + C:\Documents and Settings\username\Documents under Windows, + $HOME under Unix and ~/Documents under Mac + """ + return _misc_.StandardPaths_GetDocumentsDir(*args, **kwargs) + def SetInstallPrefix(*args, **kwargs): """ SetInstallPrefix(self, String prefix)