mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
0314eb34aa
commit
4979ac69cc
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ NSString *NSControlTextDidChangeNotification =
|
|||
// NSDataLink global strings
|
||||
NSString *NSDataLinkFileNameExtension = @"dlf";
|
||||
|
||||
// NSForm private notification
|
||||
NSString *_NSFormCellDidChangeTitleWidthNotification
|
||||
= @"_NSFormCellDidChangeTitleWidthNotification";
|
||||
|
||||
// NSHelpManager notifications;
|
||||
NSString *NSContextHelpModeDidActivateNotification =
|
||||
@"NSContextHelpModeDidActivateNotification";
|
||||
|
|
Loading…
Reference in a new issue