mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:57:38 +00:00
Rename color (list) change notifications to match Cocoa (and OpenStep).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31893 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ba39755f4a
commit
ab919f8fba
8 changed files with 32 additions and 12 deletions
|
@ -149,11 +149,18 @@ NSString *NSSystemColorsDidChangeNotification =
|
|||
@"NSSystemColorsDidChangeNotification";
|
||||
|
||||
// NSColorList notifications
|
||||
NSString *NSColorListChangedNotification = @"NSColorListChange";
|
||||
NSString *NSColorListDidChangeNotification = @"NSColorListDidChange";
|
||||
|
||||
// NSColorPanel notifications
|
||||
NSString *NSColorPanelColorChangedNotification =
|
||||
@"NSColorPanelColorChangedNotification";
|
||||
NSString *NSColorPanelColorDidChangeNotification =
|
||||
@"NSColorPanelColorDidChange";
|
||||
|
||||
#if GNUSTEP_GUI_MAJOR_VERSION == 0 && GNUSTEP_GUI_MINOR_VERSION < 20
|
||||
/* The above notifications had been misspelled in GNUstep. We keep them around
|
||||
here to preserve binary compatibility until the next release. */
|
||||
NSString *NSColorListChangedNotification = @"NSColorListDidChange";
|
||||
NSString *NSColorPanelColorChangedNotification = @"NSColorPanelColorDidChange";
|
||||
#endif
|
||||
|
||||
// NSComboBox notifications
|
||||
NSString *NSComboBoxWillPopUpNotification =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue