From d829e5e832e321979349a8f0ef3dcc475bf1d550 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Thu, 16 Jan 2020 10:37:31 +0100 Subject: [PATCH] Document unsupported parameters --- interface/wx/webview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 56e33a5679..c816200dd2 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -543,6 +543,7 @@ public: /** Reload the currently displayed URL. @param flags A bit array that may optionally contain reload options. + @note The flags are ignored by the edge backend. */ virtual void Reload(wxWebViewReloadFlags flags = wxWEBVIEW_RELOAD_DEFAULT) = 0; @@ -620,7 +621,7 @@ public: relative paths, for instance. @note When using @c wxWEBVIEW_BACKEND_IE you must wait for the current page to finish loading before calling SetPage(). The baseURL - parameter is not used in this backend. + parameter is not used in this backend and the edge backend. */ virtual void SetPage(const wxString& html, const wxString& baseUrl) = 0;