1
0
Fork 0
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:
jules 2013-12-03 11:02:22 +00:00
parent eefbcef611
commit d226fea10e
6 changed files with 27 additions and 13 deletions

View file

@ -112,6 +112,3 @@ void WebBrowserComponent::visibilityChanged()
{
checkWindowAssociation();
}
bool WebBrowserComponent::pageAboutToLoad (const String&) { return true; }
void WebBrowserComponent::pageFinishedLoading (const String&) {}