summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSQuickDrawView.inc
blob: 5f9b5de05b8acef6575b556bf77de96cd72d8e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ 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}