comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:380af2bdd8e5
1 /**
2 * Copyright: Copyright (c) 2008 Jacob Carlborg. All rights reserved.
3 * Authors: Jacob Carlborg
4 * Version: Initial created: 2008
5 * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
6 *
7 */
8 module dwt.internal.objc.appkit.NSAttributedString;
9
10 import bindings = dwt.internal.objc.appkit.bindings;
11
12 template NSAttributedString ()
13 {
14 extern (C):
15
16 id* NSBackgroundColorAttributeName;
17 id* NSBaselineOffsetAttributeName;
18 id* NSFontAttributeName;
19 id* NSForegroundColorAttributeName;
20 id* NSLinkAttributeName;
21 id* NSParagraphStyleAttributeName;
22 id* NSStrikethroughColorAttributeName;
23 id* NSStrikethroughStyleAttributeName;
24 id* NSUnderlineColorAttributeName;
25 id* NSUnderlineStyleAttributeName;
26 }