mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Added a callback WebBrowserComponent::windowCloseRequest()
This commit is contained in:
parent
eefbcef611
commit
d226fea10e
6 changed files with 27 additions and 13 deletions
|
|
@ -112,6 +112,3 @@ void WebBrowserComponent::visibilityChanged()
|
|||
{
|
||||
checkWindowAssociation();
|
||||
}
|
||||
|
||||
bool WebBrowserComponent::pageAboutToLoad (const String&) { return true; }
|
||||
void WebBrowserComponent::pageFinishedLoading (const String&) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue