Renamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
Added back GetFrame/GetDialog for compatibility and consistency git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
|
||||
class WXDLLIMPEXP_HTML wxHtmlHelpDialog;
|
||||
class WXDLLIMPEXP_HTML wxHtmlHelpWindow;
|
||||
class WXDLLIMPEXP_HTML wxHtmlHelpFrame;
|
||||
class WXDLLIMPEXP_HTML wxHtmlHelpDialog;
|
||||
|
||||
class WXDLLIMPEXP_HTML wxHtmlHelpController : public wxHelpControllerBase // wxEvtHandler
|
||||
{
|
||||
@@ -61,6 +63,9 @@ public:
|
||||
wxHtmlHelpWindow* GetHelpWindow() { return m_helpWindow; }
|
||||
void SetHelpWindow(wxHtmlHelpWindow* helpWindow);
|
||||
|
||||
wxHtmlHelpFrame* GetHelpFrame() { return m_helpFrame; }
|
||||
wxHtmlHelpDialog* GetHelpDialog() { return m_helpDialog; }
|
||||
|
||||
void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
|
||||
|
||||
// Assigns config object to the Ctrl. This config is then
|
||||
@@ -117,7 +122,8 @@ protected:
|
||||
wxString m_ConfigRoot;
|
||||
wxString m_titleFormat;
|
||||
int m_FrameStyle;
|
||||
// DECLARE_EVENT_TABLE()
|
||||
wxHtmlHelpFrame* m_helpFrame;
|
||||
wxHtmlHelpDialog* m_helpDialog;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxHtmlHelpController)
|
||||
};
|
||||
|
Reference in New Issue
Block a user