comparison dwt/internal/cocoa/OS.d @ 70:2d5ef909b21d

Ported dwt.widgets.Lable
author Jacob Carlborg <doob@me.com>
date Tue, 23 Dec 2008 23:30:38 +0100
parents 39340f7612f8
children 990305995bc6
comparison
equal deleted inserted replaced
69:39340f7612f8 70:2d5ef909b21d
2765 public static const int NSBottomTabsBezelBorder = 2; 2765 public static const int NSBottomTabsBezelBorder = 2;
2766 public static const int NSBoxCustom = 4; 2766 public static const int NSBoxCustom = 4;
2767 public static const int NSBoxOldStyle = 3; 2767 public static const int NSBoxOldStyle = 3;
2768 public static const int NSBoxPrimary = 0; 2768 public static const int NSBoxPrimary = 0;
2769 public static const int NSBoxSecondary = 1; 2769 public static const int NSBoxSecondary = 1;
2770 public static const int NSBoxSeparator = 2; 2770 public static const NSBoxType NSBoxSeparator = 2;
2771 public static const int NSBreakFunctionKey = 63282; 2771 public static const int NSBreakFunctionKey = 63282;
2772 public static const int NSBrowserAutoColumnResizing = 1; 2772 public static const int NSBrowserAutoColumnResizing = 1;
2773 public static const int NSBrowserDropAbove = 1; 2773 public static const int NSBrowserDropAbove = 1;
2774 public static const int NSBrowserDropOn = 0; 2774 public static const int NSBrowserDropOn = 0;
2775 public static const int NSBrowserNoColumnResizing = 0; 2775 public static const int NSBrowserNoColumnResizing = 0;