]> git.saurik.com Git - wxWidgets.git/commitdiff
reSWIGged
authorRobin Dunn <robin@alldunn.com>
Fri, 19 Nov 2004 23:03:05 +0000 (23:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 19 Nov 2004 23:03:05 +0000 (23:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/msw/_misc.py

index 05c3014dc6db249f96dfc9dadc55a7f74362154a..4b6264d50af1b1ecc59b5dabcf663384236df8b7 100644 (file)
@@ -5847,11 +5847,23 @@ class StandardPaths(object):
         return _misc_.StandardPaths_GetPluginsDir(*args, **kwargs)
 
     def SetInstallPrefix(*args, **kwargs):
-        """SetInstallPrefix(self, String prefix)"""
+        """
+        SetInstallPrefix(self, String prefix)
+
+        Set the program installation directory which is /usr/local by default.
+        This value will be used by other methods such as `GetDataDir` and
+        `GetPluginsDir` as the prefix for what they return. (This function
+        only has meaning on Unix systems.)
+        """
         return _misc_.StandardPaths_SetInstallPrefix(*args, **kwargs)
 
     def GetInstallPrefix(*args, **kwargs):
-        """GetInstallPrefix(self) -> String"""
+        """
+        GetInstallPrefix(self) -> String
+
+        Get the program installation prefix. The default is the prefix where
+        Python is installed. (This function only has meaning on Unix systems.)
+        """
         return _misc_.StandardPaths_GetInstallPrefix(*args, **kwargs)