Re: Detecting a resize window event?
Re: Detecting a resize window event?
- Subject: Re: Detecting a resize window event?
- From: Erik Buck <email@hidden>
- Date: Sun, 25 May 2008 19:21:38 -0400
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@hidden)
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:
This email sent to email@hidden