]> git.saurik.com Git - wxWidgets.git/blame - include/wx/wxhtml.h
fix for Append() bug for sorted comboboxes
[wxWidgets.git] / include / wx / wxhtml.h
CommitLineData
5526e819
VS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wxhtml.h
3// Purpose: wxHTML library for wxWindows
4// Author: Vaclav Slavik
5// Copyright: (c) 1999 Vaclav Slavik
6// Licence: wxWindows Licence
7/////////////////////////////////////////////////////////////////////////////
8
9#ifndef __WXHTML_H__
10#define __WXHTML_H__
11
12#ifdef __GNUG__
13#pragma interface
14#endif
15
16
5526e819
VS
17#include <wx/html/htmldefs.h>
18#include <wx/html/htmltag.h>
19#include <wx/html/htmlcell.h>
20#include <wx/html/htmlparser.h>
21#include <wx/html/htmlwin.h>
22#include <wx/html/htmlwinparser.h>
23#include <wx/filesys.h>
46c6b9c0 24#include <wx/html/helpctrl.h>
5526e819
VS
25
26#endif // __WXHTML_H__