mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 20:01:56 +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
414527b963
commit
c9f79f9592
1 changed files with 10 additions and 0 deletions
|
@ -144,6 +144,16 @@ NSString *NSControlTextDidChangeNotification =
|
||||||
// NSDataLink global strings
|
// NSDataLink global strings
|
||||||
NSString *NSDataLinkFileNameExtension = @"dlf";
|
NSString *NSDataLinkFileNameExtension = @"dlf";
|
||||||
|
|
||||||
|
// NSDrawer notifications
|
||||||
|
NSString *NSDrawerDidCloseNotification =
|
||||||
|
@"NSDrawerDidCloseNotification";
|
||||||
|
NSString *NSDrawerDidOpenNotification =
|
||||||
|
@"NSDrawerDidOpenNotification";
|
||||||
|
NSString *NSDrawerWillCloseNotification =
|
||||||
|
@"NSDrawerWillCloseNotification";
|
||||||
|
NSString *NSDrawerWillOpenNotification =
|
||||||
|
@"NSDrawerWillOpenNotification";
|
||||||
|
|
||||||
// NSForm private notification
|
// NSForm private notification
|
||||||
NSString *_NSFormCellDidChangeTitleWidthNotification
|
NSString *_NSFormCellDidChangeTitleWidthNotification
|
||||||
= @"_NSFormCellDidChangeTitleWidthNotification";
|
= @"_NSFormCellDidChangeTitleWidthNotification";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue