Function cbw_BrowserWindow_new

Source
pub unsafe extern "C" fn cbw_BrowserWindow_new(
    app: *mut cbw_Application,
    parent: *const cbw_Window,
    source: cbw_BrowserWindowSource,
    _title: cbw_CStrSlice,
    width: i32,
    height: i32,
    window_options: *const cbw_WindowOptions,
    browser_window_options: *const cbw_BrowserWindowOptions,
    handler: Option<unsafe extern "C" fn(*mut cbw_BrowserWindow, cbw_CStrSlice, *mut cbw_CStrSlice, usize)>,
    user_data: *mut c_void,
    callback: Option<unsafe extern "C" fn(*mut cbw_BrowserWindow, *mut c_void)>,
    callback_data: *mut c_void,
)
Expand description

Creates a new browser window