[][src]Function browser_window_ffi::bw_BrowserWindow_new

pub unsafe extern "C" fn bw_BrowserWindow_new(
    app: *mut bw_Application,
    parent: *const bw_BrowserWindow,
    source: bw_BrowserWindowSource,
    title: bw_CStrSlice,
    width: c_int,
    height: c_int,
    window_options: *const bw_WindowOptions,
    options: *const bw_BrowserWindowOptions,
    handler: bw_BrowserWindowHandlerFn,
    user_data: *mut c_void,
    callback: bw_BrowserWindowCreationCallbackFn,
    callback_data: *mut c_void
)