I would like to dispatch a message to a C++ controller letting it know that the window has been resized to x,y dimensions.

Then you want the window delegate messages.

- (void)windowDidResize:(NSNotification *)notification

Also, please use the available documentation.  
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html

A simple google search or search at http://developer.apple.com/cgi-bin/search.pl?q=NSWindow&num=10&site=default_collection would have answered your question faster than any mailing list.

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to