Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from AppKit.framework NSQuickDrawView.h }
{$ifdef TYPES}
type
NSQuickDrawViewPtr = ^NSQuickDrawView;
{$endif}
{$if not defined(__LP64__)}
{$ifdef CLASSES}
type
NSQuickDrawView = objcclass external (NSView)
private
_qdPort: pointer;
_savePort: pointer;
_synchToView: ObjCBOOL;
public
function qdPort: pointer; message 'qdPort'; deprecated 'in 10_0, 10_4';
end;
{$endif}
{$endif}