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


{$ifdef TYPES}
type
  DOMHTMLMapElementPtr = ^DOMHTMLMapElement;
{$endif}

{$ifdef CLASSES}

type
  DOMHTMLMapElement = objcclass external (DOMHTMLElement)
  public
    function areas: DOMHTMLCollection; message 'areas';
    procedure setName(newValue: NSString); message 'setName:';
    function name: NSString; message 'name';
  end;
{$endif}