mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Added notifiaction string from NSColor.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8458 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
21589c3965
commit
b6214ee639
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ const float NSGray = 0.5;
|
|||
const float NSLightGray = .667;
|
||||
const float NSWhite = 1;
|
||||
|
||||
// NSColor notification
|
||||
NSString *NSSystemColorsDidChangeNotification =
|
||||
@"NSSystemColorsDidChangeNotification";
|
||||
|
||||
// NSColorList notifications
|
||||
NSString *NSColorListChangedNotification = @"NSColorListChange";
|
||||
|
||||
|
|
Loading…
Reference in a new issue