summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc
blob: 1348f91dfd68537225cfa21f29c2dede932ea6c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{ Parsed from Webkit.framework DOMHTMLDirectoryElement.h }
{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }


{$ifdef TYPES}
{$ifndef DOMHTMLDIRECTORYELEMENT_PAS_T}
{$define DOMHTMLDIRECTORYELEMENT_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef DOMHTMLDIRECTORYELEMENT_PAS_R}
{$define DOMHTMLDIRECTORYELEMENT_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef DOMHTMLDIRECTORYELEMENT_PAS_F}
{$define DOMHTMLDIRECTORYELEMENT_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef DOMHTMLDIRECTORYELEMENT_PAS_S}
{$define DOMHTMLDIRECTORYELEMENT_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}
  DOMHTMLDirectoryElement = objcclass;
  DOMHTMLDirectoryElementPointer = ^DOMHTMLDirectoryElement;
  DOMHTMLDirectoryElementPtr = DOMHTMLDirectoryElementPointer;

{$endif}

{$ifdef CLASSES}
{$ifndef DOMHTMLDIRECTORYELEMENT_PAS_C}
{$define DOMHTMLDIRECTORYELEMENT_PAS_C}

{ DOMHTMLDirectoryElement }
  DOMHTMLDirectoryElement = objcclass(DOMHTMLElement)
    
  public
    class function alloc: DOMHTMLDirectoryElement; message 'alloc';

    procedure setCompact (newValue: Boolean); message 'setCompact:';
    function compact: Boolean; message 'compact';
  end; external;

{$endif}
{$endif}