]> git.saurik.com Git - wxWidgets.git/blame - include/wx/wxhtml.h
use renderer for drawing the item background on ports other than GTK2 and Mac too...
[wxWidgets.git] / include / wx / wxhtml.h
CommitLineData
5526e819
VS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wxhtml.h
77ffb593 3// Purpose: wxHTML library for wxWidgets
5526e819 4// Author: Vaclav Slavik
69941f05 5// RCS-ID: $Id$
5526e819 6// Copyright: (c) 1999 Vaclav Slavik
65571936 7// Licence: wxWindows licence
5526e819
VS
8/////////////////////////////////////////////////////////////////////////////
9
69941f05
VS
10#ifndef _WX_HTML_H_
11#define _WX_HTML_H_
5526e819 12
24fcf689
GD
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"
5526e819
VS
21
22#endif // __WXHTML_H__