NSQuickDrawView.inc 419 B

1234567891011121314151617181920212223
  1. { Parsed from AppKit.framework NSQuickDrawView.h }
  2. {$ifdef TYPES}
  3. type
  4. NSQuickDrawViewPtr = ^NSQuickDrawView;
  5. {$endif}
  6. {$if not defined(__LP64__)}
  7. {$ifdef CLASSES}
  8. type
  9. NSQuickDrawView = objcclass external (NSView)
  10. private
  11. _qdPort: pointer;
  12. _savePort: pointer;
  13. _synchToView: ObjCBOOL;
  14. public
  15. function qdPort: pointer; message 'qdPort'; deprecated 'in 10_0, 10_4';
  16. end;
  17. {$endif}
  18. {$endif}