cef_browser_view_create

Function cef_browser_view_create 

Source
pub unsafe extern "C" fn cef_browser_view_create(
    client: *mut _cef_client_t,
    url: *const cef_string_t,
    settings: *const _cef_browser_settings_t,
    extra_info: *mut _cef_dictionary_value_t,
    request_context: *mut _cef_request_context_t,
    delegate: *mut _cef_browser_view_delegate_t,
) -> *mut cef_browser_view_t
Expand description

Create a new BrowserView. The underlying cef_browser_t will not be created until this view is added to the views hierarchy. The optional |extra_info| parameter provides an opportunity to specify extra information specific to the created browser that will be passed to cef_render_process_handler_t::on_browser_created() in the render process.