Added a NSForm private notifications

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-01-13 23:14:11 +00:00
parent 0314eb34aa
commit 4979ac69cc

View file

@ -130,6 +130,10 @@ NSString *NSControlTextDidChangeNotification =
// NSDataLink global strings
NSString *NSDataLinkFileNameExtension = @"dlf";
// NSForm private notification
NSString *_NSFormCellDidChangeTitleWidthNotification
= @"_NSFormCellDidChangeTitleWidthNotification";
// NSHelpManager notifications;
NSString *NSContextHelpModeDidActivateNotification =
@"NSContextHelpModeDidActivateNotification";