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


{$ifdef TYPES}
type
  DOMHTMLHeadingElementPtr = ^DOMHTMLHeadingElement;
{$endif}

{$ifdef CLASSES}

type
  DOMHTMLHeadingElement = objcclass external (DOMHTMLElement)
  public
    procedure setAlign(newValue: NSString); message 'setAlign:';
    function align: NSString; message 'align';
  end;
{$endif}