WebView.with_context
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public WebView.with_context (WebContext context)
public WebView.with_context (WebContext context)
Creates a new WebView with the given WebContext.
Creates a new WebView with the given WebContext and no UserContentManager associated with it. See also WebView.with_user_content_manager and WebView.with_settings.
Parameters:
context |
the WebContext to be used by the WebView |
Returns:
The newly created WebView widget |