1999-07-07 22:04:58 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wxhtml.h
|
|
|
|
// Purpose: wxHTML library for wxWindows
|
|
|
|
// Author: Vaclav Slavik
|
1999-10-02 18:19:46 +00:00
|
|
|
// RCS-ID: $Id$
|
1999-07-07 22:04:58 +00:00
|
|
|
// Copyright: (c) 1999 Vaclav Slavik
|
|
|
|
// Licence: wxWindows Licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1999-10-02 18:19:46 +00:00
|
|
|
#ifndef _WX_HTML_H_
|
|
|
|
#define _WX_HTML_H_
|
1999-07-07 22:04:58 +00:00
|
|
|
|
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma interface
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include <wx/html/htmldefs.h>
|
|
|
|
#include <wx/html/htmltag.h>
|
|
|
|
#include <wx/html/htmlcell.h>
|
1999-10-02 18:19:46 +00:00
|
|
|
#include <wx/html/htmlpars.h>
|
1999-07-07 22:04:58 +00:00
|
|
|
#include <wx/html/htmlwin.h>
|
1999-10-02 18:19:46 +00:00
|
|
|
#include <wx/html/winpars.h>
|
1999-07-07 22:04:58 +00:00
|
|
|
#include <wx/filesys.h>
|
1999-09-13 13:24:06 +00:00
|
|
|
#include <wx/html/helpctrl.h>
|
1999-07-07 22:04:58 +00:00
|
|
|
|
|
|
|
#endif // __WXHTML_H__
|