DOMHTMLMenuElement.inc 361 B

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