X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..73302af6dddd667af4ebec69c800bc9de106f28e:/include/wx/cocoa/NSApplication.h diff --git a/include/wx/cocoa/NSApplication.h b/include/wx/cocoa/NSApplication.h index 77d0142648..40cc6364e4 100644 --- a/include/wx/cocoa/NSApplication.h +++ b/include/wx/cocoa/NSApplication.h @@ -6,7 +6,7 @@ // Created: 2004/01/26 // RCS-ID: $Id$ // Copyright: (c) 2003,2004 David Elliott -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _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__