* $Id$
*******************************************************************/
-#ifndef __WX_HELPWXHT_H_
-#define __WX_HELPWXHT_H_
+#ifndef _WX_HELPWXHT_H_
+#define _WX_HELPWXHT_H_
#if wxUSE_HELP
#if wxUSE_HTML
const wxPoint &pos = wxDefaultPosition,
bool newFrameEachTime = FALSE);
/// Obtains the latest settings used by the help frame.
- virtual void GetFrameParameters(wxSize *size = NULL,
- wxPoint *pos = NULL,
- bool *newFrameEachTime = NULL);
+ virtual wxFrame * GetFrameParameters(wxSize *size = NULL,
+ wxPoint *pos = NULL,
+ bool *newFrameEachTime = NULL);
private:
/// Call the browser using a relative URL.
- virtual bool DisplayHelp(wxString const &);
+ virtual bool DisplayHelp(const wxString &);
protected:
friend class wxHelpFrame;
class wxHelpFrame *m_Frame;
#endif // wxUSE_HELP
#endif // wxUSE_HTML
-#endif // __WX_HELPEXT_H_
+#endif // _WX_HELPWXHT_H_