Function browser_window::prelude::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