comparison dwt/internal/cocoa/OS.d @ 51:e6f04eb518ae

Updated Canvas to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 21:24:13 +0100
parents 30adfb32d4be
children 858e9a565d62
comparison
equal deleted inserted replaced
50:30adfb32d4be 51:e6f04eb518ae
2688 public static const int NSCompositePlusLighter = 13; 2688 public static const int NSCompositePlusLighter = 13;
2689 public static const int NSCompositeSourceAtop = 5; 2689 public static const int NSCompositeSourceAtop = 5;
2690 public static const int NSCompositeSourceIn = 3; 2690 public static const int NSCompositeSourceIn = 3;
2691 public static const int NSCompositeSourceOut = 4; 2691 public static const int NSCompositeSourceOut = 4;
2692 public static const int NSCompositeSourceOver = 2; 2692 public static const int NSCompositeSourceOver = 2;
2693 public static const int NSCompositeXOR = 10; 2693 alias Cocoa.NSCompositingOperation.NSCompositeXOR NSCompositeXOR;
2694 public static const int NSCompressedFontMask = 512; 2694 public static const int NSCompressedFontMask = 512;
2695 public static const int NSCondensedFontMask = 64; 2695 public static const int NSCondensedFontMask = 64;
2696 public static const int NSContentsCellMask = 1; 2696 public static const int NSContentsCellMask = 1;
2697 public static const int NSContinuousCapacityLevelIndicatorStyle = 1; 2697 public static const int NSContinuousCapacityLevelIndicatorStyle = 1;
2698 public static const int NSControlGlyph = 16777215; 2698 public static const int NSControlGlyph = 16777215;
3685 public static const int NSNoSpecifierError = 0; 3685 public static const int NSNoSpecifierError = 0;
3686 public static const int NSNoSubelement = 4; 3686 public static const int NSNoSubelement = 4;
3687 public static const int NSNoTopLevelContainersSpecifierError = 1; 3687 public static const int NSNoTopLevelContainersSpecifierError = 1;
3688 public static const int NSNonLossyASCIIStringEncoding = 7; 3688 public static const int NSNonLossyASCIIStringEncoding = 7;
3689 public static const int NSNotEqualToPredicateOperatorType = 5; 3689 public static const int NSNotEqualToPredicateOperatorType = 5;
3690 public static const int NSNotFound = 2147483647; 3690 alias Cocoa.NSNotFound NSNotFound;
3691 public static const int NSNotPredicateType = 0; 3691 public static const int NSNotPredicateType = 0;
3692 public static const int NSNotificationCoalescingOnName = 1; 3692 public static const int NSNotificationCoalescingOnName = 1;
3693 public static const int NSNotificationCoalescingOnSender = 2; 3693 public static const int NSNotificationCoalescingOnSender = 2;
3694 public static const int NSNotificationDeliverImmediately = 1; 3694 public static const int NSNotificationDeliverImmediately = 1;
3695 public static const int NSNotificationNoCoalescing = 0; 3695 public static const int NSNotificationNoCoalescing = 0;