Added NSOldSelectedCharacterRange

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8405 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-12-22 16:49:09 +00:00
parent 34ac8953af
commit 4822eefa52

View file

@ -349,28 +349,22 @@ NSString *NSWorkspaceWillUnmountNotification =
/* /*
* NSStringDrawing NSString additions * NSStringDrawing NSString additions
*/ */
NSString *NSFontAttributeName NSString *NSFontAttributeName = @"NSFontAttributeName";
= @"NSFontAttributeName"; NSString *NSParagraphStyleAttributeName = @"NSParagraphStyleAttributeName";
NSString *NSParagraphStyleAttributeName NSString *NSForegroundColorAttributeName = @"NSForegroundColorAttributeName";
= @"NSParagraphStyleAttributeName"; NSString *NSUnderlineStyleAttributeName = @"NSUnderlineStyleAttributeName";
NSString *NSForegroundColorAttributeName NSString *NSSuperscriptAttributeName = @"NSSuperscriptAttributeName";
= @"NSForegroundColorAttributeName"; NSString *NSBackgroundColorAttributeName = @"NSBackgroundColorAttributeName";
NSString *NSUnderlineStyleAttributeName NSString *NSAttachmentAttributeName = @"NSAttachmentAttributeName";
= @"NSUnderlineStyleAttributeName"; NSString *NSLigatureAttributeName = @"NSLigatureAttributeName";
NSString *NSSuperscriptAttributeName NSString *NSBaselineOffsetAttributeName = @"NSBaselineOffsetAttributeName";
= @"NSSuperscriptAttributeName"; NSString *NSKernAttributeName = @"NSKernAttributeName";
NSString *NSBackgroundColorAttributeName NSString *NSLinkAttributeName = @"NSLinkAttributeName";
= @"NSBackgroundColorAttributeName";
NSString *NSAttachmentAttributeName /*
= @"NSAttachmentAttributeName"; * NSTextView userInfo for notifications
NSString *NSLigatureAttributeName */
= @"NSLigatureAttributeName"; NSString *NSOldSelectedCharacterRange = @"NSOldSelectedCharacterRange";
NSString *NSBaselineOffsetAttributeName
= @"NSBaselineOffsetAttributeName";
NSString *NSKernAttributeName
= @"NSKernAttributeName";
NSString *NSLinkAttributeName
= @"NSLinkAttributeName";
/* NSFont matrix */ /* NSFont matrix */
const float NSFontIdentityMatrix[] = {1, 0, 0, 1, 0, 0}; const float NSFontIdentityMatrix[] = {1, 0, 0, 1, 0, 0};