#endif
#include "wx/helpbase.h"
+#include "wx/frame.h"
/// Name for map file.
#define WXEXTHELP_MAPFILE "wxhelp.map"
{
// does nothing by default
}
- /// Obtains the latest settings used by the help frame.
- virtual void GetFrameParameters(wxSize *size = NULL,
+ /// Obtains the latest settings used by the help frame and the help
+ /// frame.
+ virtual wxFrame *GetFrameParameters(wxSize *size = NULL,
wxPoint *pos = NULL,
bool *newFrameEachTime = NULL)
{
- // does nothing by default
+ return (wxFrame*) NULL;// does nothing by default
}
protected: