Re: How should windowWillUseStandardFrame:defaultFrame: work? With a WebView?

2014-08-11 Thread Ken Thomases
On Aug 11, 2014, at 1:38 PM, Daryle Walker wrote: > I’m thinking of implementing the (optimized) zoom green button. I need to > provide a windowWillUseStandardFrame:defaultFrame: method to do that. I’ve > read that the trial frame space given takes out room for the menu bar and the > dock.

How should windowWillUseStandardFrame:defaultFrame: work? With a WebView?

2014-08-11 Thread Daryle Walker
I’m thinking of implementing the (optimized) zoom green button. I need to provide a windowWillUseStandardFrame:defaultFrame: method to do that. I’ve read that the trial frame space given takes out room for the menu bar and the dock. Does it also remove space for the window’s chrome? That chr