1999-07-07 22:04:58 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wxhtml.h
|
2004-05-23 14:56:36 +00:00
|
|
|
// Purpose: wxHTML library for wxWidgets
|
1999-07-07 22:04:58 +00:00
|
|
|
// 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
|
2004-05-23 20:53:33 +00:00
|
|
|
// Licence: wxWindows licence
|
1999-07-07 22:04:58 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1999-10-02 18:19:46 +00:00
|
|
|
#ifndef _WX_HTML_H_
|
|
|
|
#define _WX_HTML_H_
|
1999-07-07 22:04:58 +00:00
|
|
|
|
2003-08-09 12:38:21 +00:00
|
|
|
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
1999-07-07 22:04:58 +00:00
|
|
|
#pragma interface
|
|
|
|
#endif
|
|
|
|
|
2001-10-14 08:23:04 +00:00
|
|
|
#include "wx/html/htmldefs.h"
|
|
|
|
#include "wx/html/htmltag.h"
|
|
|
|
#include "wx/html/htmlcell.h"
|
|
|
|
#include "wx/html/htmlpars.h"
|
|
|
|
#include "wx/html/htmlwin.h"
|
|
|
|
#include "wx/html/winpars.h"
|
|
|
|
#include "wx/filesys.h"
|
|
|
|
#include "wx/html/helpctrl.h"
|
1999-07-07 22:04:58 +00:00
|
|
|
|
|
|
|
#endif // __WXHTML_H__
|