- DocDeclStr(
- wxString , GetInstallPrefix() const,
- "Get the program installation prefix. (Unix only.)", "");
+ DocStr(GetInstallPrefix,
+ "Get the program installation prefix. The default is the prefix where
+Python is installed. (This function only has meaning on Unix systems.)", "");
+
+#ifdef __WXGTK__
+ void SetInstallPrefix(const wxString& prefix);
+ wxString GetInstallPrefix() const;