]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_misc.py
implemented DrawCheckButton() for XP renderer; code cleanup
[wxWidgets.git] / wxPython / src / mac / _misc.py
index 01505bf8b0dd698836b9e8edd4590b10fab2787a..ddab88db582643e8c744f8222660e30d5b94794d 100644 (file)
@@ -5797,6 +5797,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)