git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68277
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@param baseUrl URL assigned to the HTML data, to be used to resolve
relative paths, for instance.
*/
@param baseUrl URL assigned to the HTML data, to be used to resolve
relative paths, for instance.
*/
- virtual void SetPage(wxInputStream& html, wxString baseUrl)
- {
- wxStringOutputStream stream;
- stream.Write(html);
- SetPage(stream.GetString(), baseUrl);
- }
+ virtual void SetPage(wxInputStream& html, wxString baseUrl);
/**
Stop the current page loading process, if any.
/**
Stop the current page loading process, if any.