[][src]Function browser_window_c::cbw_BrowserWindow_new

pub unsafe extern "C" fn cbw_BrowserWindow_new(
    app: *mut cbw_Application,
    parent: *const cbw_Window,
    source: cbw_BrowserWindowSource,
    _title: cbw_CStrSlice,
    width: c_int,
    height: c_int,
    window_options: *const cbw_WindowOptions,
    browser_window_options: *const cbw_BrowserWindowOptions,
    handler: cbw_BrowserWindowHandlerFn,
    user_data: *mut c_void,
    callback: cbw_BrowserWindowCreationCallbackFn,
    callback_data: *mut c_void
)

Creates a new browser window