X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/276c32e15b275548cb756dd2c9b9f3b1673ba22e..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/webview.h diff --git a/interface/wx/webview.h b/interface/wx/webview.h index d9bae67391..a0e14f2180 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -2,7 +2,6 @@ // Name: webview.h // Purpose: interface of wxWebView // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -154,6 +153,9 @@ public: @param url Initial URL to load @param pos Position of the control @param size Size of the control + @param style + Window style. For generic window styles, please see wxWindow. + @param name Window name. @return the created wxWebView */ virtual wxWebView* Create(wxWindow* parent, @@ -335,6 +337,9 @@ public: @param backend The backend web rendering engine to use. @c wxWebViewBackendDefault, @c wxWebViewBackendIE and @c wxWebViewBackendWebKit are predefined where appropriate. + @param style + Window style. For generic window styles, please see wxWindow. + @param name Window name. @return The created wxWebView, or @c NULL if the requested backend is not available @since 2.9.5