diff dwt/internal/objc/appkit/NSAttributedString.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 e831403a80a9 2952d5604c0a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwt/internal/objc/appkit/NSAttributedString.d	Sat Aug 09 17:00:02 2008 +0200
@@ -0,0 +1,26 @@
+/**
+ * Copyright: Copyright (c) 2008 Jacob Carlborg. All rights reserved.
+ * Authors: Jacob Carlborg
+ * Version: Initial created: 2008
+ * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
+ * 
+ */
+module dwt.internal.objc.appkit.NSAttributedString;
+
+import bindings = dwt.internal.objc.appkit.bindings;
+
+template NSAttributedString ()
+{
+    extern (C):
+        
+    id* NSBackgroundColorAttributeName;
+    id* NSBaselineOffsetAttributeName;
+    id* NSFontAttributeName;
+    id* NSForegroundColorAttributeName;
+    id* NSLinkAttributeName;
+    id* NSParagraphStyleAttributeName;
+    id* NSStrikethroughColorAttributeName;
+    id* NSStrikethroughStyleAttributeName;
+    id* NSUnderlineColorAttributeName;
+    id* NSUnderlineStyleAttributeName;
+}