view 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
line wrap: on
line source

/**
 * 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;
}