]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_misc.py
remove the vertical scrollbar completely if the control is empty
[wxWidgets.git] / wxPython / src / gtk / _misc.py
index 8f3d0c9d2e6b84e07794466b84b58ac37c1dad5e..802f891da902d2c84fae7d61bf2e58218731b15b 100644 (file)
@@ -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)