X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b466aee088c864029f6838ecc598010cd68412b..2f27c88987b5bea88ea2520e342ef2a0767021bc:/include/wx/cocoa/NSApplication.h?ds=sidebyside 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__