summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/pdfkit/PDFAnnotationPopup.inc
blob: d0568863abf0e0c21723bb36a9a007365255f683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ Parsed from PDFKit.framework PDFAnnotationPopup.h }


{$ifdef TYPES}
type
  PDFAnnotationPopupPtr = ^PDFAnnotationPopup;
{$endif}

{$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)}
{$ifdef CLASSES}

type
  PDFAnnotationPopup = objcclass external (PDFAnnotation, NSCopyingProtocol, NSCodingProtocol)
  private
    _pdfPriv2: PDFAnnotationPopupPrivateVars;
  public
    function isOpen: ObjCBOOL; message 'isOpen';
    procedure setIsOpen (isOpen_: ObjCBOOL); message 'setIsOpen:';
  end;
{$endif}

{$endif}