blob: 4a6b77271a9a8ac975671b597acaee070bc9c7a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// included by gtkhtml.pas
//{$include dom-types.inc}
//{$include dom-node.inc}
//{$include dom-document.inc}
//{$include htmlfocusiterator.inc}
//{$include htmlparser.inc}
{$include htmlstream.inc}
{$include htmlstreambuffer.inc}
//{$include htmlevent.inc}
//{$include htmlselection.inc}
//{$include gtkhtmlcontext.inc}
{$include htmldocument.inc}
{$include htmlview.inc}
// included by gtkhtml.pas
|