Notification strings for NSDrawer.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-08-01 00:04:31 +00:00
parent b0ae3c1be5
commit 3901a53b9f

View file

@ -144,6 +144,16 @@ NSString *NSControlTextDidChangeNotification =
// NSDataLink global strings
NSString *NSDataLinkFileNameExtension = @"dlf";
// NSDrawer notifications
NSString *NSDrawerDidCloseNotification =
@"NSDrawerDidCloseNotification";
NSString *NSDrawerDidOpenNotification =
@"NSDrawerDidOpenNotification";
NSString *NSDrawerWillCloseNotification =
@"NSDrawerWillCloseNotification";
NSString *NSDrawerWillOpenNotification =
@"NSDrawerWillOpenNotification";
// NSForm private notification
NSString *_NSFormCellDidChangeTitleWidthNotification
= @"_NSFormCellDidChangeTitleWidthNotification";