Remove some code that shouldn't be in the interface file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -288,12 +288,7 @@ public:
|
|||||||
@param baseUrl URL assigned to the HTML data, to be used to resolve
|
@param baseUrl URL assigned to the HTML data, to be used to resolve
|
||||||
relative paths, for instance.
|
relative paths, for instance.
|
||||||
*/
|
*/
|
||||||
virtual void SetPage(wxInputStream& html, wxString baseUrl)
|
virtual void SetPage(wxInputStream& html, wxString baseUrl);
|
||||||
{
|
|
||||||
wxStringOutputStream stream;
|
|
||||||
stream.Write(html);
|
|
||||||
SetPage(stream.GetString(), baseUrl);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Stop the current page loading process, if any.
|
Stop the current page loading process, if any.
|
||||||
|
Reference in New Issue
Block a user