blob: dc82c0b75d5a98b2ba13d085fc0db6ff860f89c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ Parsed from WebKit.framework DOMHTMLMenuElement.h }
{$ifdef TYPES}
type
DOMHTMLMenuElementPtr = ^DOMHTMLMenuElement;
{$endif}
{$ifdef CLASSES}
type
DOMHTMLMenuElement = objcclass external (DOMHTMLElement)
public
procedure setCompact(newValue: ObjCBOOL); message 'setCompact:';
function compact: ObjCBOOL; message 'compact';
end;
{$endif}
|