summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc
blob: caf1987650182459833dbbeace0efe0cc9d5be2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ Parsed from WebKit.framework DOMHTMLDirectoryElement.h }


{$ifdef TYPES}
type
  DOMHTMLDirectoryElementPtr = ^DOMHTMLDirectoryElement;
{$endif}

{$ifdef CLASSES}

type
  DOMHTMLDirectoryElement = objcclass external (DOMHTMLElement)
  public
    procedure setCompact(newValue: ObjCBOOL); message 'setCompact:';
    function compact: ObjCBOOL; message 'compact';
  end;
{$endif}