Added wx.StandardPaths.GetTmpDir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-24 20:30:32 +00:00
parent 00b3a749fa
commit ae8635b6da
9 changed files with 136 additions and 3 deletions

View File

@@ -165,7 +165,10 @@ standard prefix/share/locale/lang/LC_MESSAGES.)", "");
C:\Documents and Settings\username\Documents under Windows,
$HOME under Unix and ~/Documents under Mac", "");
DocDeclStr(
virtual wxString , GetTempDir() const,
"Return the user's directory for temporary files.", "");
DocStr(SetInstallPrefix,
"Set the program installation directory which is /usr/local by default.