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
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 mails | Author | Date |
|---|---|---|
| Mark Stultz | Jan 31, 05:58 | |
| j o a r | Jan 31, 06:05 | |
| Mark Stultz | Jan 31, 06:21 | |
| Walter Yetta | Jan 31, 13:13 | |
| Nathan Vander Wilt | Jan 31, 18:33 | |
| j o a r | Jan 31, 18:53 |






Cocoa mail archive

