pub unsafe extern "C" fn cbw_BrowserWindow_new(
    app: *mut cbw_Application,
    parent: *const cbw_Window,
    title: cbw_CStrSlice,
    width: c_int,
    height: c_int,
    window_options: *const cbw_WindowOptions,
    handler: cbw_BrowserWindowHandlerFn,
    user_data: *mut c_void
) -> *mut cbw_BrowserWindow
Expand description

Allocates a browser window and creates the window for it. Call bw_BrowserWindow_create on it to add the actual browser framework to this window.