• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Detecting a resize window event?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Detecting a resize window event?
  • Next by Date: Re: Faster way to test pixels?
  • Previous by thread: Re: Detecting a resize window event?
  • Next by thread: Re: Detecting a resize window event?
  • Index(es):
    • Date
    • Thread