[][src]Function nuklear_sys::nk_begin_titled

pub unsafe extern "C" fn nk_begin_titled(
    ctx: *mut nk_context,
    name: *const c_char,
    title: *const c_char,
    bounds: nk_rect,
    flags: nk_flags
) -> c_int