/////////////////////////////////////////////////////////////////////////////
// Name: html/helpfrm.h
-// Purpose: documentation for wxHtmlHelpFrame class
+// Purpose: interface of wxHtmlHelpFrame
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
/**
Returns the help controller associated with the frame.
*/
- wxHtmlHelpController* GetController();
+ wxHtmlHelpController* GetController() const;
/**
Reads the user's settings for this frame see
void WriteCustomization(wxConfigBase* cfg,
const wxString& path = wxEmptyString);
};
+