Added NSTableView notifications

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-03-18 00:20:09 +00:00
parent 68cb8a6b97
commit 6e571e0b2a

View file

@ -248,6 +248,15 @@ NSString *NSSplitViewDidResizeSubviewsNotification =
NSString *NSSplitViewWillResizeSubviewsNotification =
@"NSSplitViewWillResizeSubviewsNotification";
// NSTableView notifications
NSString *NSTableViewColumnDidMove = @"NSTableViewColumnDidMoveNotification";
NSString *NSTableViewColumnDidResize
= @"NSTableViewColumnDidResizeNotification";
NSString *NSTableViewSelectionDidChange
= @"NSTableViewSelectionDidChangeNotification";
NSString *NSTableViewSelectionIsChanging
= @"NSTableViewSelectionIsChangingNotification";
// NSText notifications
NSString *NSTextDidBeginEditingNotification =
@"NSTextDidBeginEditingNotification";