mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
Added notifications from NSTextStorage
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11490 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
35ab35ded0
commit
7eaab61165
1 changed files with 6 additions and 0 deletions
|
@ -305,6 +305,12 @@ NSString *NSTextDidBeginEditingNotification =
|
|||
NSString *NSTextDidEndEditingNotification = @"NSTextDidEndEditingNotification";
|
||||
NSString *NSTextDidChangeNotification = @"NSTextDidChangeNotification";
|
||||
|
||||
// NSTextStorage Notifications
|
||||
NSString *NSTextStorageWillProcessEditingNotification =
|
||||
@"NSTextStorageWillProcessEditingNotification";
|
||||
NSString *NSTextStorageDidProcessEditingNotification =
|
||||
@"NSTextStorageDidProcessEditingNotification";
|
||||
|
||||
// NSTextView notifications
|
||||
NSString *NSTextViewDidChangeSelectionNotification =
|
||||
@"NSTextViewDidChangeSelectionNotification";
|
||||
|
|
Loading…
Reference in a new issue