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", "");
+
+ 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.