Skip navigation.
 
mlRe: Capture the Window resize event
FROM : j o a r
DATE : Thu Jan 31 18:53:24 2008

On Jan 31, 2008, at 9:33 AM, Nathan Vander Wilt wrote:

> Looks like you can use a delegate on NSWindow to
> respond to the windowWillResize:toSize: message.



You can use that delegate method, but it is really intended to be used 
when you want to restrict the sizes allowed for the window in question.

If you don't need that, but instead just need to be notified on 
changes to the window size, use the window delegate method "-
windowDidResize:", or sign up for the "NSWindowDidResizeNotification".

j o a r

Related mailsAuthorDate
mlRe: Capture the Window resize event Mark Stultz Jan 31, 05:58
mlRe: Capture the Window resize event j o a r Jan 31, 06:05
mlRe: Capture the Window resize event Mark Stultz Jan 31, 06:21
mlCapture the Window resize event Walter Yetta Jan 31, 13:13
mlRe: Capture the Window resize event Nathan Vander Wilt Jan 31, 18:33
mlRe: Capture the Window resize event j o a r Jan 31, 18:53