comparison dwt/internal/objc/appkit/bindings.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.bindings;
9
10 extern (C):
11
12 /*void *NSDeviceRGBColorSpace();
13 void *NSAccessibilityPositionAttribute ();
14 void *NSAccessibilitySizeAttribute ();
15 void *NSBackgroundColorAttributeName ();
16 void *NSBaselineOffsetAttributeName ();
17 void *NSDeviceResolution ();
18 void *NSFontAttributeName ();
19 void *NSForegroundColorAttributeName ();
20 void *NSLinkAttributeName ();
21 void *NSParagraphStyleAttributeName ();
22 void *NSStrikethroughColorAttributeName ();
23 void *NSStrikethroughStyleAttributeName ();
24 void *NSUnderlineColorAttributeName ();
25 void *NSUnderlineStyleAttributeName ();*/
26 int NSBitsPerPixelFromDepth (int depth);
27
28 version (build)
29 pragma(link, "objc");