NSControlTintDidChangeNotification

Static NSControlTintDidChangeNotification 

Source
pub unsafe static NSControlTintDidChangeNotification: &'static NSNotificationName
👎Deprecated: Changes to the accent color can be manually observed by implementing -viewDidChangeEffectiveAppearance in a NSView subclass, or by Key-Value Observing the -effectiveAppearance property on NSApplication. Views are automatically redisplayed when the accent color changes.
Available on crate feature NSCell only.
Expand description