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:
FredKiefer 2001-08-01 00:04:31 +00:00
parent 414527b963
commit c9f79f9592

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";