Observe NSControlTintDidChangeNotification in the application delegate.

TODO: Actually implement this to do something.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-06-22 04:16:22 +00:00
parent d8d39b51e6
commit 6fbcc6cac3
2 changed files with 15 additions and 1 deletions

View 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__