1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added WebBrowserComponent::pageFinishedLoading()

This commit is contained in:
jules 2011-11-23 12:33:34 +00:00
parent cb3406d710
commit f3be0d0392
3 changed files with 22 additions and 10 deletions

View file

@ -99,6 +99,9 @@ public:
*/
virtual bool pageAboutToLoad (const String& newURL);
/** This callback happens when the browser has finished loading a page. */
virtual void pageFinishedLoading (const String& url);
//==============================================================================
/** @internal */
void paint (Graphics& g);