Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
CrossEvents
Last Revision: | Version 1.0, 2007-05-31 Demonstrates how to send CarbonEvents and NSNotifications between Carbon and Cocoa. |
Build Requirements: | Mac OS X 10.5, Xcode 3.0 |
Runtime Requirements: | Mac OS X 10.5 |
"CrossEvents" is a Carbon-Cocoa hybrid application that demonstrates how to send Carbon Events and NSNofitications between Carbon and Cocoa portions of code. In particular a custom Carbon Event is created and sent from a window handler to an Objective-C controller object. In the opposite way an NSNotification is sent from NSTextField delegate method to a notification listener object on the Carbon side. In using this technique this sample shows how you can change content between Carbon's HITextView and Cocoa's NSTextField, all within the same Carbon window.
Copyright © 2007 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2007-05-31