summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSQuickDrawView.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSQuickDrawView.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSQuickDrawView.inc64
1 files changed, 64 insertions, 0 deletions
diff --git a/packages/cocoaint/src/appkit/NSQuickDrawView.inc b/packages/cocoaint/src/appkit/NSQuickDrawView.inc
new file mode 100644
index 0000000000..f2476a144e
--- /dev/null
+++ b/packages/cocoaint/src/appkit/NSQuickDrawView.inc
@@ -0,0 +1,64 @@
+{ Parsed from Appkit.framework NSQuickDrawView.h }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Tue Sep 8 15:31:02 ICT 2009 }
+
+{$ifdef HEADER}
+{$ifndef NSQUICKDRAWVIEW_PAS_H}
+{$define NSQUICKDRAWVIEW_PAS_H}
+type
+ NSQuickDrawViewPointer = Pointer;
+
+{$endif}
+{$endif}
+
+{$ifdef TYPES}
+{$ifndef NSQUICKDRAWVIEW_PAS_T}
+{$define NSQUICKDRAWVIEW_PAS_T}
+
+{$endif}
+{$endif}
+
+{$ifdef RECORDS}
+{$ifndef NSQUICKDRAWVIEW_PAS_R}
+{$define NSQUICKDRAWVIEW_PAS_R}
+
+{$endif}
+{$endif}
+
+{$ifdef FUNCTIONS}
+{$ifndef NSQUICKDRAWVIEW_PAS_F}
+{$define NSQUICKDRAWVIEW_PAS_F}
+
+{$endif}
+{$endif}
+
+{$ifdef EXTERNAL_SYMBOLS}
+{$ifndef NSQUICKDRAWVIEW_PAS_T}
+{$define NSQUICKDRAWVIEW_PAS_T}
+
+{$endif}
+{$endif}
+
+{$ifdef FORWARD}
+ NSQuickDrawView = objcclass;
+
+{$endif}
+
+{$ifdef CLASSES}
+{$ifndef NSQUICKDRAWVIEW_PAS_C}
+{$define NSQUICKDRAWVIEW_PAS_C}
+
+{ NSQuickDrawView }
+ NSQuickDrawView = objcclass(NSView)
+ private
+ __qdPort: Pointer;
+ __savePort: Pointer;
+ __synchToView: Boolean;
+
+ public
+ class function alloc: NSQuickDrawView; message 'alloc';
+
+ function qdPort: Pointer; message 'qdPort';
+ end; external;
+
+{$endif}
+{$endif}