]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/wxhtml.h
Add wxCocoa to the list of ports which don't need wxColour to derive from wxGDIObject.
[wxWidgets.git] / include / wx / wxhtml.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: wxhtml.h
3// Purpose: wxHTML library for wxWidgets
4// Author: Vaclav Slavik
5// RCS-ID: $Id$
6// Copyright: (c) 1999 Vaclav Slavik
7// Licence: wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10#ifndef _WX_HTML_H_
11#define _WX_HTML_H_
12
13#include "wx/html/htmldefs.h"
14#include "wx/html/htmltag.h"
15#include "wx/html/htmlcell.h"
16#include "wx/html/htmlpars.h"
17#include "wx/html/htmlwin.h"
18#include "wx/html/winpars.h"
19#include "wx/filesys.h"
20#include "wx/html/helpctrl.h"
21
22#endif // __WXHTML_H__