]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSApplication.h
fix the bug which prevented the same wxFile/DirDialog object from being used twice...
[wxWidgets.git] / include / wx / cocoa / NSApplication.h
index 77d01426484c36c3919e37f2af2150f8ea064529..40cc6364e461ced4f5cf03423e8c7dedc9a24bb5 100644 (file)
@@ -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__