home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / wxhtml.h < prev    next >
C/C++ Source or Header  |  2002-08-31  |  788b  |  27 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name:        wxhtml.h
  3. // Purpose:     wxHTML library for wxWindows
  4. // Author:      Vaclav Slavik
  5. // RCS-ID:      $Id: wxhtml.h,v 1.6 2002/08/31 11:29:11 GD Exp $
  6. // Copyright:   (c) 1999 Vaclav Slavik
  7. // Licence:     wxWindows Licence
  8. /////////////////////////////////////////////////////////////////////////////
  9.  
  10. #ifndef _WX_HTML_H_
  11. #define _WX_HTML_H_
  12.  
  13. #if defined(__GNUG__) && !defined(__APPLE__)
  14. #pragma interface
  15. #endif
  16.  
  17. #include "wx/html/htmldefs.h"
  18. #include "wx/html/htmltag.h"
  19. #include "wx/html/htmlcell.h"
  20. #include "wx/html/htmlpars.h"
  21. #include "wx/html/htmlwin.h"
  22. #include "wx/html/winpars.h"
  23. #include "wx/filesys.h"
  24. #include "wx/html/helpctrl.h"
  25.  
  26. #endif // __WXHTML_H__
  27.