mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
b0ae3c1be5
commit
3901a53b9f
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue