summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSGraphics.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSGraphics.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSGraphics.inc21
1 files changed, 20 insertions, 1 deletions
diff --git a/packages/cocoaint/src/appkit/NSGraphics.inc b/packages/cocoaint/src/appkit/NSGraphics.inc
index 740a799680..062eb9ff6e 100644
--- a/packages/cocoaint/src/appkit/NSGraphics.inc
+++ b/packages/cocoaint/src/appkit/NSGraphics.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSGraphics.h }
-{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:07 ICT 2009 }
{$ifdef TYPES}
@@ -121,6 +121,25 @@ procedure NSShowAnimationEffect(animationEffect: NSAnimationEffect; centerLocati
{$ifndef NSGRAPHICS_PAS_S}
{$define NSGRAPHICS_PAS_S}
+{ External string constants }
+var
+ NSCalibratedWhiteColorSpace: NSString; external name '_NSCalibratedWhiteColorSpace';
+ NSCalibratedBlackColorSpace: NSString; external name '_NSCalibratedBlackColorSpace';
+ NSCalibratedRGBColorSpace: NSString; external name '_NSCalibratedRGBColorSpace';
+ NSDeviceWhiteColorSpace: NSString; external name '_NSDeviceWhiteColorSpace';
+ NSDeviceBlackColorSpace: NSString; external name '_NSDeviceBlackColorSpace';
+ NSDeviceRGBColorSpace: NSString; external name '_NSDeviceRGBColorSpace';
+ NSDeviceCMYKColorSpace: NSString; external name '_NSDeviceCMYKColorSpace';
+ NSNamedColorSpace: NSString; external name '_NSNamedColorSpace';
+ NSPatternColorSpace: NSString; external name '_NSPatternColorSpace';
+ NSCustomColorSpace: NSString; external name '_NSCustomColorSpace';
+ NSDeviceResolution: NSString; external name '_NSDeviceResolution';
+ NSDeviceColorSpaceName: NSString; external name '_NSDeviceColorSpaceName';
+ NSDeviceBitsPerSample: NSString; external name '_NSDeviceBitsPerSample';
+ NSDeviceIsScreen: NSString; external name '_NSDeviceIsScreen';
+ NSDeviceIsPrinter: NSString; external name '_NSDeviceIsPrinter';
+ NSDeviceSize: NSString; external name '_NSDeviceSize';
+
{ External symbols }
var
NSWhite: CGFloat; external name '_NSWhite';