Re: Does webView:setToolbarsVisible: also mean the window's toolbar?
Re: Does webView:setToolbarsVisible: also mean the window's toolbar?
- Subject: Re: Does webView:setToolbarsVisible: also mean the window's toolbar?
- From: Kyle Sluder <email@hidden>
- Date: Wed, 06 Aug 2014 15:55:43 -0500
On Wed, Aug 6, 2014, at 03:51 PM, Daryle Walker wrote:
> In the WebUIDelegate (unofficial) protocol, there are functions
> getting/setting toolbar-visibility like webView:setToolbarsVisible:. Are
> these just for custom toolbar-like controls you make at the top of your
> content area, or is the official NSToolbar for the NSWindow also
> included?
That's a delegate message. You don't send it; you respond to it. The web
view sends it to its delegate when Javascript on the page tries to hide
the toolbar. Therefore it's completely up to you what that means.
--Kyle Sluder
_______________________________________________
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