Function cbw_BrowserWindow_create

Source
pub unsafe extern "C" fn cbw_BrowserWindow_create(
    bw: *mut cbw_BrowserWindow,
    width: c_int,
    height: c_int,
    source: cbw_BrowserWindowSource,
    browser_window_options: *const cbw_BrowserWindowOptions,
    callback: cbw_BrowserWindowCreationCallbackFn,
    callback_data: *mut c_void,
)
Expand description

Adds the browser framework to the browser window. Should be called right after bw_BrowserWindow_new.