Re: Zoom Button vs. windowWillResize
Re: Zoom Button vs. windowWillResize
- Subject: Re: Zoom Button vs. windowWillResize
- From: Michael Nickerson <email@hidden>
- Date: Tue, 6 Feb 2007 23:45:48 -0500
On Feb 6, 2007, at 10:52 PM, Darkshadow wrote:
You can try testing if the window's content view is in a live
resize. i.e. [[self window] inLiveResize] That will return
true if the window is being resized normally, but false if it was
resized via the zoom button.
Buh... I need to pay attention a little more before I hit Send.
That should be [[self contentView] inLiveResize]. Sorry 'bout that.
Darkshadow
(aka Michael Nickerson)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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