#include "wx/stattext.h"
#include "wx/html/htmlwin.h"
#include "wx/html/htmprint.h"
+
class WXDLLEXPORT wxButton;
+class WXDLLEXPORT wxTextCtrl;
// style flags for the Help Frame
void OnCloseWindow(wxCloseEvent& event);
void OnActivate(wxActivateEvent& event);
+#ifdef __WXMAC__
+ void OnClose(wxCommandEvent& event);
+ void OnAbout(wxCommandEvent& event);
+#endif
+
// Images:
enum {
IMG_Book = 0,
int m_hfStyle;
DECLARE_EVENT_TABLE()
+ DECLARE_NO_COPY_CLASS(wxHtmlHelpFrame)
};
#endif // wxUSE_WXHTML_HELP