comparison dwt/internal/objc/appkit/NSAttributedString.d @ 10:30a762abda2a

Revert automatic changes from dwt/internal and dwt/dwthelper. Excluded dwt/internal/image and theme.
author Frank Benoit <benoit@tionex.de>
date Thu, 28 Aug 2008 12:31:10 +0200
parents e831403a80a9
children 5b53d338c709
comparison
equal deleted inserted replaced
9:e76aa0b07480 10:30a762abda2a
9 9
10 import bindings = dwt.internal.objc.appkit.bindings; 10 import bindings = dwt.internal.objc.appkit.bindings;
11 11
12 template NSAttributedString () 12 template NSAttributedString ()
13 { 13 {
14 extern cast(C): 14 extern (C):
15 15
16 id* NSBackgroundColorAttributeName; 16 id* NSBackgroundColorAttributeName;
17 id* NSBaselineOffsetAttributeName; 17 id* NSBaselineOffsetAttributeName;
18 id* NSFontAttributeName; 18 id* NSFontAttributeName;
19 id* NSForegroundColorAttributeName; 19 id* NSForegroundColorAttributeName;