diff dwt/internal/cocoa/NSInterfaceStyle.d @ 0:380af2bdd8e5

Upload of whole dwt tree
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Sat, 09 Aug 2008 17:00:02 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwt/internal/cocoa/NSInterfaceStyle.d	Sat Aug 09 17:00:02 2008 +0200
@@ -0,0 +1,20 @@
+/**
+ * Copyright: Copyright (c) 2008 Jacob Carlborg. All rights reserved.
+ * Authors: Jacob Carlborg
+ * Version: Initial created: Aug 4, 2008
+ * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
+ * 
+ */
+module dwt.internal.cocoa.NSInterfaceStyle;
+
+enum NSInterfaceStyle {
+    NSNoInterfaceStyle = 0,
+    NSNextStepInterfaceStyle = 1,
+    NSWindows95InterfaceStyle = 2,
+    NSMacintoshInterfaceStyle = 3
+}
+
+alias NSInterfaceStyle.NSNoInterfaceStyle NSNoInterfaceStyle;
+alias NSInterfaceStyle.NSNextStepInterfaceStyle NSNextStepInterfaceStyle;
+alias NSInterfaceStyle.NSWindows95InterfaceStyle NSWindows95InterfaceStyle;
+alias NSInterfaceStyle.NSMacintoshInterfaceStyle NSMacintoshInterfaceStyle;
\ No newline at end of file