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:
parent
cb3406d710
commit
f3be0d0392
3 changed files with 22 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue