comparison dwt/internal/cocoa/OS.d @ 138:3d9eb62cd2e3

Fixes #8
author Jacob Carlborg <doob@me.com>
date Wed, 03 Jun 2009 00:36:31 +0200
parents 3d4579727e0e
children 834420cb1486
comparison
equal deleted inserted replaced
137:52d360200ae4 138:3d9eb62cd2e3
559 sel_generalPasteboard = sel_registerName("generalPasteboard"); 559 sel_generalPasteboard = sel_registerName("generalPasteboard");
560 sel_getBytes_ = sel_registerName("getBytes:"); 560 sel_getBytes_ = sel_registerName("getBytes:");
561 sel_getBytes_length_ = sel_registerName("getBytes:length:"); 561 sel_getBytes_length_ = sel_registerName("getBytes:length:");
562 sel_getCharacters_ = sel_registerName("getCharacters:"); 562 sel_getCharacters_ = sel_registerName("getCharacters:");
563 sel_getCharacters_range_ = sel_registerName("getCharacters:range:"); 563 sel_getCharacters_range_ = sel_registerName("getCharacters:range:");
564 sel_getCString_maxLength_encoding_ = sel_registerName("getCString:maxLength:encoding:");
564 sel_getComponents_ = sel_registerName("getComponents:"); 565 sel_getComponents_ = sel_registerName("getComponents:");
565 sel_getGlyphs_range_ = sel_registerName("getGlyphs:range:"); 566 sel_getGlyphs_range_ = sel_registerName("getGlyphs:range:");
566 sel_getIndexes_maxCount_inIndexRange_ = sel_registerName("getIndexes:maxCount:inIndexRange:"); 567 sel_getIndexes_maxCount_inIndexRange_ = sel_registerName("getIndexes:maxCount:inIndexRange:");
567 sel_getInfoForFile_application_type_ = sel_registerName("getInfoForFile:application:type:"); 568 sel_getInfoForFile_application_type_ = sel_registerName("getInfoForFile:application:type:");
568 sel_glyphIndexForCharacterAtIndex_ = sel_registerName("glyphIndexForCharacterAtIndex:"); 569 sel_glyphIndexForCharacterAtIndex_ = sel_registerName("glyphIndexForCharacterAtIndex:");
665 sel_keyUp_ = sel_registerName("keyUp:"); 666 sel_keyUp_ = sel_registerName("keyUp:");
666 sel_keyWindow = sel_registerName("keyWindow"); 667 sel_keyWindow = sel_registerName("keyWindow");
667 sel_lastPathComponent = sel_registerName("lastPathComponent"); 668 sel_lastPathComponent = sel_registerName("lastPathComponent");
668 sel_leading = sel_registerName("leading"); 669 sel_leading = sel_registerName("leading");
669 sel_length = sel_registerName("length"); 670 sel_length = sel_registerName("length");
671 sel_lengthOfBytesUsingEncoding_ = sel_registerName("lengthOfBytesUsingEncoding:");
670 sel_levelForItem_ = sel_registerName("levelForItem:"); 672 sel_levelForItem_ = sel_registerName("levelForItem:");
671 sel_lineFragmentUsedRectForGlyphAtIndex_effectiveRange_ = sel_registerName("lineFragmentUsedRectForGlyphAtIndex:effectiveRange:"); 673 sel_lineFragmentUsedRectForGlyphAtIndex_effectiveRange_ = sel_registerName("lineFragmentUsedRectForGlyphAtIndex:effectiveRange:");
672 sel_lineFragmentUsedRectForGlyphAtIndex_effectiveRange_withoutAdditionalLayout_ = sel_registerName("lineFragmentUsedRectForGlyphAtIndex:effectiveRange:withoutAdditionalLayout:"); 674 sel_lineFragmentUsedRectForGlyphAtIndex_effectiveRange_withoutAdditionalLayout_ = sel_registerName("lineFragmentUsedRectForGlyphAtIndex:effectiveRange:withoutAdditionalLayout:");
673 sel_lineToPoint_ = sel_registerName("lineToPoint:"); 675 sel_lineToPoint_ = sel_registerName("lineToPoint:");
674 sel_loadHTMLString_baseURL_ = sel_registerName("loadHTMLString:baseURL:"); 676 sel_loadHTMLString_baseURL_ = sel_registerName("loadHTMLString:baseURL:");
1097 sel_stringWithUTF8String_ = sel_registerName("stringWithUTF8String:"); 1099 sel_stringWithUTF8String_ = sel_registerName("stringWithUTF8String:");
1098 sel_stroke = sel_registerName("stroke"); 1100 sel_stroke = sel_registerName("stroke");
1099 sel_strokeRect_ = sel_registerName("strokeRect:"); 1101 sel_strokeRect_ = sel_registerName("strokeRect:");
1100 sel_styleMask = sel_registerName("styleMask"); 1102 sel_styleMask = sel_registerName("styleMask");
1101 sel_submenu = sel_registerName("submenu"); 1103 sel_submenu = sel_registerName("submenu");
1104 sel_substringWithRange_ = sel_registerName("substringWithRange:");
1102 sel_subviews = sel_registerName("subviews"); 1105 sel_subviews = sel_registerName("subviews");
1103 sel_superclass = sel_registerName("superclass"); 1106 sel_superclass = sel_registerName("superclass");
1104 sel_superview = sel_registerName("superview"); 1107 sel_superview = sel_registerName("superview");
1105 sel_systemFontOfSize_ = sel_registerName("systemFontOfSize:"); 1108 sel_systemFontOfSize_ = sel_registerName("systemFontOfSize:");
1106 sel_systemFontSize = sel_registerName("systemFontSize"); 1109 sel_systemFontSize = sel_registerName("systemFontSize");
2031 public static const objc.SEL sel_generalPasteboard; 2034 public static const objc.SEL sel_generalPasteboard;
2032 public static const objc.SEL sel_getBytes_; 2035 public static const objc.SEL sel_getBytes_;
2033 public static const objc.SEL sel_getBytes_length_; 2036 public static const objc.SEL sel_getBytes_length_;
2034 public static const objc.SEL sel_getCharacters_; 2037 public static const objc.SEL sel_getCharacters_;
2035 public static const objc.SEL sel_getCharacters_range_; 2038 public static const objc.SEL sel_getCharacters_range_;
2039 public static const objc.SEL sel_getCString_maxLength_encoding_;
2036 public static const objc.SEL sel_getComponents_; 2040 public static const objc.SEL sel_getComponents_;
2037 public static const objc.SEL sel_getGlyphs_range_; 2041 public static const objc.SEL sel_getGlyphs_range_;
2038 public static const objc.SEL sel_getIndexes_maxCount_inIndexRange_; 2042 public static const objc.SEL sel_getIndexes_maxCount_inIndexRange_;
2039 public static const objc.SEL sel_getInfoForFile_application_type_; 2043 public static const objc.SEL sel_getInfoForFile_application_type_;
2040 public static const objc.SEL sel_glyphIndexForCharacterAtIndex_; 2044 public static const objc.SEL sel_glyphIndexForCharacterAtIndex_;
2137 public static const objc.SEL sel_keyUp_; 2141 public static const objc.SEL sel_keyUp_;
2138 public static const objc.SEL sel_keyWindow; 2142 public static const objc.SEL sel_keyWindow;
2139 public static const objc.SEL sel_lastPathComponent; 2143 public static const objc.SEL sel_lastPathComponent;
2140 public static const objc.SEL sel_leading; 2144 public static const objc.SEL sel_leading;
2141 public static const objc.SEL sel_length; 2145 public static const objc.SEL sel_length;
2146 public static const objc.SEL sel_lengthOfBytesUsingEncoding_;
2142 public static const objc.SEL sel_levelForItem_; 2147 public static const objc.SEL sel_levelForItem_;
2143 public static const objc.SEL sel_lineFragmentUsedRectForGlyphAtIndex_effectiveRange_; 2148 public static const objc.SEL sel_lineFragmentUsedRectForGlyphAtIndex_effectiveRange_;
2144 public static const objc.SEL sel_lineFragmentUsedRectForGlyphAtIndex_effectiveRange_withoutAdditionalLayout_; 2149 public static const objc.SEL sel_lineFragmentUsedRectForGlyphAtIndex_effectiveRange_withoutAdditionalLayout_;
2145 public static const objc.SEL sel_lineToPoint_; 2150 public static const objc.SEL sel_lineToPoint_;
2146 public static const objc.SEL sel_loadHTMLString_baseURL_; 2151 public static const objc.SEL sel_loadHTMLString_baseURL_;
2569 public static const objc.SEL sel_stringWithUTF8String_; 2574 public static const objc.SEL sel_stringWithUTF8String_;
2570 public static const objc.SEL sel_stroke; 2575 public static const objc.SEL sel_stroke;
2571 public static const objc.SEL sel_strokeRect_; 2576 public static const objc.SEL sel_strokeRect_;
2572 public static const objc.SEL sel_styleMask; 2577 public static const objc.SEL sel_styleMask;
2573 public static const objc.SEL sel_submenu; 2578 public static const objc.SEL sel_submenu;
2579 public static const objc.SEL sel_substringWithRange_;
2574 public static const objc.SEL sel_subviews; 2580 public static const objc.SEL sel_subviews;
2575 public static const objc.SEL sel_superclass; 2581 public static const objc.SEL sel_superclass;
2576 public static const objc.SEL sel_superview; 2582 public static const objc.SEL sel_superview;
2577 public static const objc.SEL sel_systemFontOfSize_; 2583 public static const objc.SEL sel_systemFontOfSize_;
2578 public static const objc.SEL sel_systemFontSize; 2584 public static const objc.SEL sel_systemFontSize;
3978 public static const int NSStreamStatusNotOpen = 0; 3984 public static const int NSStreamStatusNotOpen = 0;
3979 public static const int NSStreamStatusOpen = 2; 3985 public static const int NSStreamStatusOpen = 2;
3980 public static const int NSStreamStatusOpening = 1; 3986 public static const int NSStreamStatusOpening = 1;
3981 public static const int NSStreamStatusReading = 3; 3987 public static const int NSStreamStatusReading = 3;
3982 public static const int NSStreamStatusWriting = 4; 3988 public static const int NSStreamStatusWriting = 4;
3983 public static const int NSStringEncodingConversionAllowLossy = 1; 3989 alias Cocoa.NSStringEncodingConversionOptions.NSStringEncodingConversionAllowLossy NSStringEncodingConversionAllowLossy;
3984 public static const int NSStringEncodingConversionExternalRepresentation = 2; 3990 alias Cocoa.NSStringEncodingConversionOptions.NSStringEncodingConversionExternalRepresentation NSStringEncodingConversionExternalRepresentation;
3985 public static const int NSSubqueryExpressionType = 13; 3991 public static const int NSSubqueryExpressionType = 13;
3986 public static const int NSSunOSOperatingSystem = 6; 3992 public static const int NSSunOSOperatingSystem = 6;
3987 public static const int NSSymbolStringEncoding = 6; 3993 public static const int NSSymbolStringEncoding = 6;
3988 public static const int NSSystemDomainMask = 8; 3994 public static const int NSSystemDomainMask = 8;
3989 public static const double NSTimeIntervalSince1970 = 978307200.00000000; 3995 public static const double NSTimeIntervalSince1970 = 978307200.00000000;