mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:27:40 +00:00
NSAttributedString: add private attribute stub
Add a stub for NSTextInsertionUndoableAttributeName, a private NSAttributedString attribute.
This commit is contained in:
parent
8321f7ee5d
commit
1560978a60
2 changed files with 6 additions and 0 deletions
|
@ -599,6 +599,9 @@ NSString *NSEditorDocumentAttribute = @"Editor";
|
|||
NSString *NSCreationTimeDocumentAttribute = @"CreationTime";
|
||||
NSString *NSModificationTimeDocumentAttribute = @"ModificationTime";
|
||||
|
||||
NSString *NSTextInsertionUndoableAttributeName =
|
||||
@"NSTextInsertionUndoableAttributeName";
|
||||
|
||||
const unsigned NSUnderlineByWordMask = 0x01;
|
||||
|
||||
NSString *NSSpellingStateAttributeName = @"NSSpellingState";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue