]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSApplication.h
Fix a couple of export declarations
[wxWidgets.git] / include / wx / cocoa / NSApplication.h
index 35ead1e8f57caf6d0aba65b286b9df08ea897a3b..40cc6364e461ced4f5cf03423e8c7dedc9a24bb5 100644 (file)
@@ -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__