]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_stdpaths.i
Add wrappers for wxNativePixelData and wxAlphaPixelData
[wxWidgets.git] / wxPython / src / _stdpaths.i
index a190b0ebad2d7594aa8d86c7e674d01c063b8999..2b38bdd13c3c256006a876043d314c1f92f0d179 100644 (file)
@@ -158,6 +158,13 @@ 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", "");
+    
        
     
     DocStr(SetInstallPrefix,