X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..2f27c88987b5bea88ea2520e342ef2a0767021bc:/include/wx/cocoa/NSApplication.h diff --git a/include/wx/cocoa/NSApplication.h b/include/wx/cocoa/NSApplication.h index 35ead1e8f5..40cc6364e4 100644 --- a/include/wx/cocoa/NSApplication.h +++ b/include/wx/cocoa/NSApplication.h @@ -25,6 +25,9 @@ - (void)applicationDidBecomeActive:(NSNotification *)notification; - (void)applicationWillResignActive:(NSNotification *)notification; - (void)applicationDidResignActive:(NSNotification *)notification; + +// Other notifications +- (void)controlTintChanged:(NSNotification *)notification; @end // interface wxNSApplicationDelegate : NSObject #endif //ndef _WX_COCOA_NSAPPLICATION_H__