comparison dwt/internal/cocoa/OS.d @ 48:34237ae5156a

Updated Scrollable to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 20:16:52 +0100
parents cfa563df4fdd
children 30adfb32d4be
comparison
equal deleted inserted replaced
47:8615c76f10e4 48:34237ae5156a
31 import dwt.internal.cocoa.NSRange; 31 import dwt.internal.cocoa.NSRange;
32 import dwt.internal.cocoa.NSRect; 32 import dwt.internal.cocoa.NSRect;
33 import dwt.internal.cocoa.NSSize; 33 import dwt.internal.cocoa.NSSize;
34 import dwt.internal.cocoa.NSString; 34 import dwt.internal.cocoa.NSString;
35 import dwt.internal.cocoa.NSText; 35 import dwt.internal.cocoa.NSText;
36 import dwt.internal.cocoa.NSView;
36 import Cocoa = dwt.internal.objc.cocoa.Cocoa; 37 import Cocoa = dwt.internal.objc.cocoa.Cocoa;
37 import objc = dwt.internal.objc.runtime; 38 import objc = dwt.internal.objc.runtime;
38 39
39 public class OS : C { 40 public class OS : C {
40 /*static this (){ 41 /*static this (){
2597 public static const int NSBacktabTextMovement = 18; 2598 public static const int NSBacktabTextMovement = 18;
2598 public static const int NSBeginFunctionKey = 63274; 2599 public static const int NSBeginFunctionKey = 63274;
2599 public static const int NSBelowBottom = 6; 2600 public static const int NSBelowBottom = 6;
2600 public static const int NSBelowTop = 3; 2601 public static const int NSBelowTop = 3;
2601 public static const int NSBevelLineJoinStyle = 2; 2602 public static const int NSBevelLineJoinStyle = 2;
2602 public static const int NSBezelBorder = 2; 2603 alias NSBorderType.NSBezelBorder NSBezelBorder;
2603 public static const int NSBlueControlTint = 1; 2604 public static const int NSBlueControlTint = 1;
2604 public static const int NSBoldFontMask = 2; 2605 public static const int NSBoldFontMask = 2;
2605 public static const int NSBorderlessWindowMask = 0; 2606 public static const int NSBorderlessWindowMask = 0;
2606 public static const int NSBottomTabsBezelBorder = 2; 2607 public static const int NSBottomTabsBezelBorder = 2;
2607 public static const int NSBoxCustom = 4; 2608 public static const int NSBoxCustom = 4;
3009 public static const int NSNativeShortGlyphPacking = 5; 3010 public static const int NSNativeShortGlyphPacking = 5;
3010 public static const int NSNaturalTextAlignment = 4; 3011 public static const int NSNaturalTextAlignment = 4;
3011 public static const int NSNewlineCharacter = 10; 3012 public static const int NSNewlineCharacter = 10;
3012 public static const int NSNextFunctionKey = 63296; 3013 public static const int NSNextFunctionKey = 63296;
3013 public static const int NSNextStepInterfaceStyle = 1; 3014 public static const int NSNextStepInterfaceStyle = 1;
3014 public static const int NSNoBorder = 0; 3015 alias NSBorderType.NSNoBorder NSNoBorder;
3015 public static const int NSNoCellMask = 0; 3016 public static const int NSNoCellMask = 0;
3016 public static const int NSNoFontChangeAction = 0; 3017 public static const int NSNoFontChangeAction = 0;
3017 public static const int NSNoImage = 0; 3018 public static const int NSNoImage = 0;
3018 public static const int NSNoInterfaceStyle = 0; 3019 public static const int NSNoInterfaceStyle = 0;
3019 public static const int NSNoModeColorPanel = -1; 3020 public static const int NSNoModeColorPanel = -1;