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